aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-16181][SQL] outer join with isNull filter may return wrong resultWenchen Fan2016-06-281-0/+8
* [SPARK-16220][SQL] Add scope to show functionsHerman van Hovell2016-06-272-7/+16
* [SPARK-16220][SQL] Revert Change to Bring Back SHOW FUNCTIONS FunctionalityBill Chambers2016-06-271-2/+1
* [SPARK-16135][SQL] Remove hashCode and euqals in ArrayBasedMapDataTakeshi YAMAMURO2016-06-273-17/+9
* [SPARK-15958] Make initial buffer size for the Sorter configurableSital Kedia2016-06-251-1/+3
* [SPARK-16192][SQL] Add type checks in CollectSetTakeshi YAMAMURO2016-06-242-2/+11
* [SPARK-16129][CORE][SQL] Eliminate direct use of commons-lang classes in favo...Sean Owen2016-06-242-2/+2
* [SQL][MINOR] ParserUtils.operationNotAllowed should throw exception directlyWenchen Fan2016-06-231-2/+2
* [SPARK-16164][SQL] Update `CombineFilters` to try to construct predicates wit...Dongjoon Hyun2016-06-231-1/+1
* [SPARK-16163] [SQL] Cache the statistics for logical plansDavies Liu2016-06-231-10/+10
* [SPARK-16078][SQL] from_utc_timestamp/to_utc_timestamp should not depends on ...Davies Liu2016-06-222-10/+34
* [SPARK-16097][SQL] Encoders.tuple should handle null object correctlyWenchen Fan2016-06-221-13/+35
* [SPARK-16030][SQL] Allow specifying static partitions when inserting to data ...Yin Huai2016-06-201-0/+19
* [SPARK-16036][SPARK-16037][SPARK-16034][SQL] Follow up code clean up and impr...Yin Huai2016-06-191-0/+2
* [SPARK-15613] [SQL] Fix incorrect days to millis conversion due to Daylight S...Davies Liu2016-06-192-4/+49
* [SPARK-16036][SPARK-16037][SQL] fix various table insertion problemsWenchen Fan2016-06-182-40/+3
* [SPARK-16014][SQL] Rename optimizer rules to be more consistentReynold Xin2016-06-172-18/+15
* [SPARK-15706][SQL] Fix Wrong Answer when using IF NOT EXISTS in INSERT OVERWR...gatorsmile2016-06-163-1/+8
* [SPARK-15822] [SQL] Prevent byte array backed classes from referencing freed ...Pete Robbins2016-06-161-0/+16
* [MINOR][DOCS][SQL] Fix some comments about types(TypeCoercion,Partition) and ...Dongjoon Hyun2016-06-163-4/+4
* [SPARK-15978][SQL] improve 'show tables' command related codesbomeng2016-06-162-2/+2
* [SPARK-15862][SQL] Better Error Message When Having Database Name in CACHE TA...gatorsmile2016-06-161-2/+2
* [SPARK-12922][SPARKR][WIP] Implement gapply() on DataFrame in SparkRNarine Kokhlikyan2016-06-151-0/+49
* [SPARK-15776][SQL] Divide Expression inside Aggregation function is casted to...Sean Zhong2016-06-152-5/+6
* [SPARK-15952][SQL] fix "show databases" ordering issuebomeng2016-06-141-1/+1
* [SPARK-15915][SQL] Logical plans should use canonicalized plan when override ...Takuya UESHIN2016-06-141-4/+6
* [SPARK-15932][SQL][DOC] document the contract of encoder serializer expressionsWenchen Fan2016-06-131-0/+9
* [SPARK-15663][SQL] SparkSession.catalog.listFunctions shouldn't include the l...Sandeep Singh2016-06-132-1/+4
* [SPARK-15910][SQL] Check schema consistency when using Kryo encoder to conver...Sean Zhong2016-06-131-2/+4
* [SPARK-15370][SQL] Fix count bugHerman van Hövell tot Westerflier2016-06-122-22/+206
* Revert "[SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriter"Wenchen Fan2016-06-121-14/+3
* [SPARK-15370][SQL] Revert PR "Update RewriteCorrelatedSuquery rule"Herman van Hovell2016-06-122-199/+6
* [SPARK-15832][SQL] Embedded IN/EXISTS predicate subquery throws TreeNodeExcep...Ioana Delaney2016-06-121-17/+38
* [SPARK-15370][SQL] Update RewriteCorrelatedScalarSubquery rule to fix COUNT bugfrreiss2016-06-122-6/+199
* [SPARK-15860] Metrics for codegen size and perfEric Liang2016-06-111-0/+3
* [SPARK-14851][CORE] Support radix sort with nullable longsEric Liang2016-06-112-19/+41
* [SPARK-15678] Add support to REFRESH data source pathsSameer Agarwal2016-06-101-0/+1
* Revert "[SPARK-15639][SQL] Try to push down filter at RowGroups level for par...Cheng Lian2016-06-101-8/+0
* [SPARK-15639][SQL] Try to push down filter at RowGroups level for parquet readerLiang-Chi Hsieh2016-06-101-0/+8
* [SPARK-15884][SPARKR][SQL] Overriding stringArgs in MapPartitionsInRNarine Kokhlikyan2016-06-101-0/+3
* [SPARK-15489][SQL] Dataset kryo encoder won't load custom user settingsSela2016-06-101-9/+21
* [SPARK-15825] [SQL] Fix SMJ invalid resultsHerman van Hovell2016-06-101-0/+1
* [SPARK-15875] Try to use Seq.isEmpty and Seq.nonEmpty instead of Seq.length =...wangyang2016-06-102-2/+2
* [MINOR][X][X] Replace all occurrences of None: Option with Option.emptySandeep Singh2016-06-101-2/+2
* [SPARK-6320][SQL] Move planLater method into GenericStrategy.Takuya UESHIN2016-06-101-10/+48
* [SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriterLiang-Chi Hsieh2016-06-101-3/+14
* [SPARK-15812][SQ][STREAMING] Added support for sorting after streaming aggreg...Tathagata Das2016-06-101-23/+38
* [SPARK-15794] Should truncate toString() of very wide plansEric Liang2016-06-093-7/+10
* [SPARK-14321][SQL] Reduce date format cost and string-to-date cost in date fu...Herman van Hovell2016-06-091-24/+24
* [SPARK-15804][SQL] Include metadata in the toStructTypeKevin Yu2016-06-091-1/+1