aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-109-12/+19
* [SPARK-8926][SQL] Good errors for ExpectsInputType expressionsMichael Armbrust2015-07-081-1/+1
* [SPARK-8910] Fix MiMa flaky due to port contention issueAndrew Or2015-07-081-3/+4
* [SPARK-8866][SQL] use 1us precision for timestamp typeYijie Shen2015-07-082-5/+5
* [SPARK-6123] [SPARK-6775] [SPARK-6776] [SQL] Refactors Parquet read path for ...Cheng Lian2015-07-082-2/+123
* [SPARK-8783] [SQL] CTAS with WITH clause does not workKeuntae Park2015-07-081-0/+18
* [SPARK-6912] [SQL] Throw an AnalysisException when unsupported Java Map<K,V> ...Takeshi YAMAMURO2015-07-084-0/+108
* [SPARK-8883][SQL]Remove the OverrideFunctionRegistryCheng Hao2015-07-082-2/+2
* [SPARK-8876][SQL] Remove InternalRow type alias in expressions package.Reynold Xin2015-07-0711-5/+14
* [SPARK-6747] [SQL] Throw an AnalysisException when unsupported Java list type...Takeshi YAMAMURO2015-07-064-2/+98
* [SPARK-8588] [SQL] Regression testYin Huai2015-07-061-0/+16
* [SPARK-8501] [SQL] Avoids reading schema from empty ORC filesCheng Lian2015-07-024-52/+135
* [SPARK-8407] [SQL] complex type constructors: struct and named_structYijie Shen2015-07-022-1/+1
* [SPARK-8227] [SQL] Add function unhexzhichao.li2015-07-011-0/+1
* [SPARK-6785] [SQL] fix DateTimeUtils for dates before 1970Christian Kadner2015-06-304-17/+30
* [SPARK-8713] Make codegen thread safeDavies Liu2015-06-301-4/+0
* [SPARK-7287] [SPARK-8567] [TEST] Add sc.stop to applications in SparkSubmitSuiteYin Huai2015-06-292-0/+1
* [SPARK-8589] [SQL] cleanup DateTimeUtilsWenchen Fan2015-06-291-1/+1
* [SPARK-8478] [SQL] Harmonize UDF-related code to use uniformly UDF instead of...BenFradet2015-06-296-30/+30
* [SPARK-7862] [SQL] Disable the error message redirect to stderrCheng Hao2015-06-293-46/+36
* [SPARK-8066, SPARK-8067] [hive] Add support for Hive 1.0, 1.1 and 1.2.Marcelo Vanzin2015-06-295-15/+131
* [SPARK-8610] [SQL] Separate Row and InternalRow (part 2)Davies Liu2015-06-2810-50/+48
* [SPARK-8567] [SQL] Add logs to record the progress of HiveSparkSubmitSuite.Yin Huai2015-06-251-0/+9
* [SPARK-8604] [SQL] HadoopFsRelation subclasses should set their output format...Cheng Lian2015-06-253-1/+34
* [SPARK-8075] [SQL] apply type check interface to more expressionsWenchen Fan2015-06-241-6/+0
* [SPARK-8567] [SQL] Increase the timeout of HiveSparkSubmitSuiteYin Huai2015-06-241-1/+1
* [SPARK-6777] [SQL] Implements backwards compatibility rules in CatalystSchema...Cheng Lian2015-06-241-1/+1
* [SPARK-7289] handle project -> limit -> sort efficientlyWenchen Fan2015-06-241-1/+1
* [SPARK-8578] [SQL] Should ignore user defined output committer when appending...Yin Huai2015-06-241-1/+82
* [SPARK-8567] [SQL] Debugging flaky HiveSparkSubmitSuiteCheng Lian2015-06-241-3/+11
* [SPARK-6749] [SQL] Make metastore client robust to underlying socket connecti...Eric Liang2015-06-232-2/+72
* [SPARK-7859] [SQL] Collect_set() behavior differences which fails the unit te...Cheng Hao2015-06-223-26/+105
* [SPARK-8307] [SQL] improve timestamp from parquetDavies Liu2015-06-223-16/+16
* [SPARK-8104] [SQL] auto alias expressions in analyzerWenchen Fan2015-06-221-8/+1
* [SPARK-8406] [SQL] Adding UUID to output file name to avoid accidental overwr...Cheng Lian2015-06-226-23/+62
* [SPARK-8508] [SQL] Ignores a test case to cleanup unnecessary testing output ...Cheng Lian2015-06-211-1/+1
* [SPARK-8379] [SQL] avoid speculative tasks write to the same filejeanlyn2015-06-212-7/+5
* [HOTFIX] [SPARK-8489] Correct JIRA number in previous commitAndrew Or2015-06-194-8/+8
* [SPARK-8498] [SQL] Add regression test for SPARK-8470Andrew Or2015-06-194-0/+76
* [SPARK-8368] [SPARK-8058] [SQL] HiveContext may override the context class lo...Yin Huai2015-06-195-15/+219
* [SPARK-8458] [SQL] Don't strip scheme part of output path when writing ORC filesCheng Lian2015-06-181-1/+1
* [SPARK-8135] Don't load defaults when reconstituting Hadoop ConfigurationsSandy Ryza2015-06-184-11/+13
* [SPARK-8283][SQL] Resolve udf_struct test failure in HiveCompatibilitySuiteYijie Shen2015-06-171-1/+1
* [SPARK-7961][SQL]Refactor SQLConf to display better error messagezsxwing2015-06-1710-74/+111
* [SPARK-8397] [SQL] Allow custom configuration for TestHivePunya Biswal2015-06-171-1/+1
* [SPARK-8306] [SQL] AddJar command needs to set the new class loader to the Hi...Yin Huai2015-06-174-3/+45
* [SPARK-8156] [SQL] create table to specific database by 'use dbname'baishuo2015-06-163-5/+20
* [SPARK-7184] [SQL] enable codegen by defaultDavies Liu2015-06-151-0/+4
* [SPARK-8065] [SQL] Add support for Hive 0.14 metastoresMarcelo Vanzin2015-06-146-294/+414
* [SPARK-8052] [SQL] Use java.math.BigDecimal for casting String to Decimal ins...Liang-Chi Hsieh2015-06-131-0/+4