aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8906][SQL] Move all internal data source classes into execution.dataso...Reynold Xin2015-07-2111-17/+22
* [SPARK-9100] [SQL] Adds DataFrame reader/writer shortcut methods for ORCCheng Lian2015-07-214-20/+17
* [SPARK-6910] [SQL] Support for pushing predicates down to metastore for parti...Cheng Lian2015-07-2011-45/+221
* [SPARK-8638] [SQL] Window Function Performance Improvements - CleanupHerman van Hovell2015-07-192-79/+43
* [SPARK-8638] [SQL] Window Function Performance ImprovementsHerman van Hovell2015-07-182-3/+82
* [SPARK-9150][SQL] Create CodegenFallback and Unevaluable traitReynold Xin2015-07-181-14/+11
* [SPARK-9142] [SQL] Removing unnecessary self types in Catalyst.Reynold Xin2015-07-171-2/+0
* [SPARK-8972] [SQL] Incorrect result for rollupCheng Hao2015-07-157-0/+106
* SPARK-9070 JavaDataFrameSuite teardown NPEs if setup failedSteve Loughran2015-07-151-1/+3
* Revert SPARK-6910 and SPARK-9027Michael Armbrust2015-07-1410-218/+44
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-143-12/+9
* [SPARK-9027] [SQL] Generalize metastore predicate pushdownMichael Armbrust2015-07-142-25/+107
* [SPARK-6910] [SQL] Support for pushing predicates down to metastore for parti...Cheolsoo Park2015-07-139-44/+137
* [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-081-2/+2
* [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-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-222-26/+97
* [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