aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-9348][SQL] Remove apply method on InternalRow.Reynold Xin2015-07-253-5/+5
* [SPARK-9285] [SQL] Fixes Row/InternalRow conversion for HadoopFsRelationCheng Lian2015-07-251-5/+0
* [SPARK-9285][SQL] Remove InternalRow's inheritance from Row.Reynold Xin2015-07-247-177/+257
* [SPARK-9069] [SPARK-9264] [SQL] remove unlimited precision support for Decima...Davies Liu2015-07-232-8/+5
* [SPARK-9262][build] Treat Scala compiler warnings as errorsReynold Xin2015-07-222-6/+6
* [SPARK-9244] Increase some memory defaultsMatei Zaharia2015-07-221-2/+2
* [SPARK-4233] [SPARK-4367] [SPARK-3947] [SPARK-3056] [SQL] Aggregation Improve...Yin Huai2015-07-2113-6/+750
* [SPARK-9206] [SQL] Fix HiveContext classloading for GCS connector.Dennis Huo2015-07-211-1/+1
* [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-8241][SQL] string function: concat_ws.Reynold Xin2015-07-191-3/+1
* [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-8199][SPARK-8184][SPARK-8183][SPARK-8182][SPARK-8181][SPARK-8180][SPAR...Tarek Auel2015-07-181-2/+7
* [SPARK-9150][SQL] Create CodegenFallback and Unevaluable traitReynold Xin2015-07-181-14/+11
* [SPARK-8240][SQL] string function: concatReynold Xin2015-07-181-1/+3
* [SPARK-8280][SPARK-8281][SQL]Handle NaN, null and Infinity in mathYijie Shen2015-07-171-5/+7
* [SPARK-9142] [SQL] Removing unnecessary self types in Catalyst.Reynold Xin2015-07-171-2/+0
* [SPARK-9015] [BUILD] Clean project import in scala ideJan Prach2015-07-161-1/+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
* [SPARK-8279][SQL]Add math function roundYijie Shen2015-07-141-5/+2
* 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-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