aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17331][CORE][MLLIB] Avoid allocating 0-length arraysSean Owen2016-09-012-2/+2
* [SPARK-17263][SQL] Add hexadecimal literal parsingHerman van Hovell2016-09-016-25/+93
* [SPARK-17271][SQL] Remove redundant `semanticEquals()` from `SortOrder`Tejas Patil2016-09-011-3/+0
* [SPARK-17257][SQL] the physical plan of CREATE TABLE or CTAS should take Cata...Wenchen Fan2016-09-015-104/+78
* [SPARK-17353][SPARK-16943][SPARK-16942][SQL] Fix multiple bugs in CREATE TABL...gatorsmile2016-09-013-14/+273
* [SPARK-16283][SQL] Implements percentile_approx aggregation function which su...Sean Zhong2016-09-016-2/+893
* revert PR#10896 and PR#14865Wenchen Fan2016-09-018-277/+223
* [SPARK-17180][SPARK-17309][SPARK-17323][SQL] create AlterViewAsCommand to han...Wenchen Fan2016-08-313-60/+157
* [SPARK-15985][SQL] Eliminate redundant cast from an array without null or a m...Kazuaki Ishizaki2016-08-313-0/+76
* [MINOR][MLLIB][SQL] Clean up unused variables and unused importXin Ren2016-08-304-4/+4
* [SPARK-17264][SQL] DataStreamWriter should document that it only supports Par...Sean Owen2016-08-301-1/+1
* [SPARK-17276][CORE][TEST] Stop env params output on Jenkins job pageXin Ren2016-08-301-2/+2
* [SPARK-17234][SQL] Table Existence Checking when Index Table with the Same Na...gatorsmile2016-08-306-1/+62
* [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