aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-16288][SQL] Implement inline table generating functionDongjoon Hyun2016-07-043-32/+63
* [SPARK-16278][SPARK-16279][SQL] Implement map_keys/map_values SQL functionsDongjoon Hyun2016-07-033-0/+63
* [SPARK-16329][SQL] Star Expansion over Table Containing No Columngatorsmile2016-07-031-9/+6
* [MINOR][BUILD] Fix Java linter errorsDongjoon Hyun2016-07-022-10/+13
* [SPARK-16208][SQL] Add `PropagateEmptyRelation` optimizerDongjoon Hyun2016-07-013-1/+242
* [SPARK-16331][SQL] Reduce code generation timeHiroshi Inoue2016-06-301-39/+43
* [SPARK-16276][SQL] Implement elt SQL functionpetermaxlee2016-07-014-1/+67
* [SPARK-16289][SQL] Implement posexplode table generating functionDongjoon Hyun2016-06-304-10/+130
* [SPARK-13850] Force the sorter to Spill when number of elements in th…Sital Kedia2016-06-301-0/+2
* [SPARK-16071][SQL] Checks size limit when doubling the array size in BufferHo...Sean Zhong2016-06-302-2/+53
* [SPARK-16274][SQL] Implement xpath_booleanpetermaxlee2016-06-303-0/+121
* [SPARK-16134][SQL] optimizer rules for typed filterWenchen Fan2016-06-305-81/+157
* [SPARK-16238] Metrics for generated method and class bytecode sizeEric Liang2016-06-292-1/+43
* [SPARK-16301] [SQL] The analyzer rule for resolving using joins should respec...Yin Huai2016-06-292-7/+49
* [SPARK-16157][SQL] Add New Methods for comments in StructField and StructTypegatorsmile2016-06-294-8/+72
* [SPARK-16291][SQL] CheckAnalysis should capture nested aggregate functions th...Cheng Lian2016-06-292-2/+11
* [SPARK-16271][SQL] Implement Hive's UDFXPathUtilpetermaxlee2016-06-283-0/+394
* [SPARK-16248][SQL] Whitelist the list of Hive fallback functionsReynold Xin2016-06-281-0/+1
* [MINOR][DOCS][STRUCTURED STREAMING] Minor doc fixes around `DataFrameWriter` ...Burak Yavuz2016-06-282-6/+6
* [SPARK-16100][SQL] fix bug when use Map as the buffer type of AggregatorWenchen Fan2016-06-291-11/+17
* [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-273-10/+19
* [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-276-23/+76
* [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-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