aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [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-232-1/+19
* [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-223-36/+73
* [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-194-4/+129
* [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-176-22/+19
* [SPARK-15706][SQL] Fix Wrong Answer when using IF NOT EXISTS in INSERT OVERWR...gatorsmile2016-06-164-5/+17
* [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-157-19/+86
* [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-112-0/+12
* [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-102-25/+53
* [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
* [SPARK-15789][SQL] Allow reserved keywords in most placesHerman van Hovell2016-06-076-28/+35
* [SPARK-15674][SQL] Deprecates "CREATE TEMPORARY TABLE USING...", uses "CREAT ...Sean Zhong2016-06-071-0/+3
* [SPARK-15792][SQL] Allows operator to change the verbosity in explain outputSean Zhong2016-06-063-6/+23
* [SPARK-15632][SQL] Typed Filter should NOT change the Dataset schemaSean Zhong2016-06-061-1/+3
* [SPARK-15764][SQL] Replace N^2 loop in BindReferencesJosh Rosen2016-06-064-12/+37
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-0610-14/+14
* [SPARK-15657][SQL] RowEncoder should validate the data type of input objectWenchen Fan2016-06-054-40/+95