aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17289][SQL] Fix a bug to satisfy sort requirements in partial aggregat...Takeshi YAMAMURO2016-08-302-2/+23
* [SPARK-17301][SQL] Remove unused classTag field from AtomicType base classJosh Rosen2016-08-301-9/+1
* [SPARK-17063] [SQL] Improve performance of MSCK REPAIR TABLE with Hive metastoreDavies Liu2016-08-297-33/+200
* [SPARK-17271][SQL] Planner adds un-necessary Sort even if child ordering is s...Tejas Patil2016-08-283-2/+52
* [SPARK-15382][SQL] Fix a bug in sampling with replacementTakeshi YAMAMURO2016-08-272-0/+8
* [SPARK-17274][SQL] Move join optimizer rules into a separate fileReynold Xin2016-08-272-106/+134
* [SPARK-17273][SQL] Move expression optimizer rules into a separate fileReynold Xin2016-08-272-460/+507
* [SPARK-17272][SQL] Move subquery optimizer rules into its own fileReynold Xin2016-08-272-323/+356
* [SPARK-17269][SQL] Move finish analysis optimization stage into its own fileReynold Xin2016-08-263-39/+66
* [SPARK-17270][SQL] Move object optimization rules into its own fileReynold Xin2016-08-262-71/+98
* [SPARK-17244] Catalyst should not pushdown non-deterministic join conditionsSameer Agarwal2016-08-262-7/+28
* [SPARK-17235][SQL] Support purging of old logs in MetadataLogpetermaxlee2016-08-263-4/+43
* [SPARK-17246][SQL] Add BigDecimal literalHerman van Hovell2016-08-267-3/+59
* [SPARK-17165][SQL] FileStreamSource should not track the list of seen files i...petermaxlee2016-08-265-36/+285
* [SPARK-17250][SQL] Remove HiveClient and setCurrentDatabase from HiveSessionC...gatorsmile2016-08-262-8/+0
* [SPARK-17192][SQL] Issue Exception when Users Specify the Partitioning Column...gatorsmile2016-08-263-29/+29
* [SPARK-17187][SQL][FOLLOW-UP] improve document of TypedImperativeAggregateWenchen Fan2016-08-261-40/+61
* [SPARK-17260][MINOR] move CreateTables to HiveStrategiesWenchen Fan2016-08-264-37/+27
* [SPARK-16216][SQL][FOLLOWUP] Enable timestamp type tests for JSON and verify ...hyukjinkwon2016-08-264-12/+26
* [SPARK-17212][SQL] TypeCoercion supports widening conversion between DateType...hyukjinkwon2016-08-262-0/+4
* [SPARK-17187][SQL] Supports using arbitrary Java object as internal aggregati...Sean Zhong2016-08-253-0/+456
* [SPARK-17205] Literal.sql should handle Infinity and NaNJosh Rosen2016-08-262-2/+21
* [SPARK-17229][SQL] PostgresDialect shouldn't widen float and short types duri...Josh Rosen2016-08-252-1/+10
* [SPARK-16991][SPARK-17099][SPARK-17120][SQL] Fix Outer Join Elimination when ...gatorsmile2016-08-255-12/+161
* [SPARK-12978][SQL] Skip unnecessary final group-by when input data already cl...Takeshi YAMAMURO2016-08-258-224/+257
* [SPARK-17061][SPARK-17093][SQL] MapObjects` should make copies of unsafe-back...Liwei Lin2016-08-253-2/+46
* [SPARK-17215][SQL] Method `SQLContext.parseDataType(dataTypeString: String)` ...jiangxingbo2016-08-241-10/+0
* [SPARK-17190][SQL] Removal of HiveSharedStategatorsmile2016-08-2515-99/+88
* [SPARK-17228][SQL] Not infer/propagate non-deterministic constraintsSameer Agarwal2016-08-242-1/+19
* [SPARK-16216][SQL] Read/write timestamps and dates in ISO 8601 and dateFormat...hyukjinkwon2016-08-2416-70/+388
* [SPARK-16983][SQL] Add `prettyName` for row_number, dense_rank, percent_rank,...Dongjoon Hyun2016-08-241-5/+6
* [SPARK-17186][SQL] remove catalog table type INDEXWenchen Fan2016-08-235-10/+6
* [MINOR][SQL] Remove implemented functions from comments of 'HiveSessionCatalo...Weiqing Yang2016-08-231-4/+2
* [SPARK-17194] Use single quotes when generating SQL for string literalsJosh Rosen2016-08-2320-22/+23
* [SPARK-13286] [SQL] add the next expression of SQLException as causeDavies Liu2016-08-231-2/+13
* [SPARK-17199] Use CatalystConf.resolver for case-sensitivity comparisonJacek Laskowski2016-08-234-27/+5
* [SPARK-17188][SQL] Moves class QuantileSummaries to project catalyst for impl...Sean Zhong2016-08-233-251/+267
* [SPARK-17182][SQL] Mark Collect as non-deterministicCheng Lian2016-08-231-0/+4
* [SPARK-17144][SQL] Removal of useless CreateHiveTableAsSelectLogicalPlangatorsmile2016-08-231-18/+1
* [SPARK-17162] Range does not support SQL generationEric Liang2016-08-228-18/+44
* [MINOR][SQL] Fix some typos in comments and test hintsSean Zhong2016-08-223-7/+7
* [SPARK-17115][SQL] decrease the threshold when split expressionsDavies Liu2016-08-223-5/+59
* [SPARK-16498][SQL] move hive hack for data source table into HiveExternalCatalogWenchen Fan2016-08-2123-651/+535
* [SPARK-17098][SQL] Fix `NullPropagation` optimizer to handle `COUNT(NULL) OVE...Dongjoon Hyun2016-08-213-0/+49
* [SPARK-17124][SQL] RelationalGroupedDataset.agg should preserve order and all...petermaxlee2016-08-212-2/+14
* [SPARK-17104][SQL] LogicalRelation.newInstance should follow the semantics of...Liang-Chi Hsieh2016-08-202-2/+16
* [SPARK-17150][SQL] Support SQL generation for inline tablespetermaxlee2016-08-204-2/+30
* [SPARK-17158][SQL] Change error message for out of range numeric literalsSrinath Shankar2016-08-193-17/+27
* [SPARK-17149][SQL] array.sql for testing array related functionspetermaxlee2016-08-197-33/+248
* [SPARK-16994][SQL] Whitelist operators for predicate pushdownReynold Xin2016-08-194-7/+35