aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-16157][SQL] Add New Methods for comments in StructField and StructTypegatorsmile2016-06-2910-21/+125
* [SPARK-16291][SQL] CheckAnalysis should capture nested aggregate functions th...Cheng Lian2016-06-293-5/+12
* [TRIVIAL][DOCS][STREAMING][SQL] The return type mentioned in the Javadoc is i...Holden Karau2016-06-291-2/+2
* [SPARK-16271][SQL] Implement Hive's UDFXPathUtilpetermaxlee2016-06-283-0/+394
* [SPARK-16248][SQL] Whitelist the list of Hive fallback functionsReynold Xin2016-06-284-50/+40
* [MINOR][DOCS][STRUCTURED STREAMING] Minor doc fixes around `DataFrameWriter` ...Burak Yavuz2016-06-287-15/+15
* [SPARK-16100][SQL] fix bug when use Map as the buffer type of AggregatorWenchen Fan2016-06-292-11/+32
* [SPARK-16236][SQL] Add Path Option back to Load API in DataFrameReadergatorsmile2016-06-282-1/+29
* [SPARK-16181][SQL] outer join with isNull filter may return wrong resultWenchen Fan2016-06-282-0/+17
* [SPARK-16128][SQL] Allow setting length of characters to be truncated to, in ...Prashant Sharma2016-06-283-11/+65
* [SPARK-16202][SQL][DOC] Correct The Description of CreatableRelationProvider'...gatorsmile2016-06-271-3/+3
* [SPARK-16221][SQL] Redirect Parquet JUL logger via SLF4J for WRITE operationsDongjoon Hyun2016-06-281-5/+12
* [SPARK-16220][SQL] Add scope to show functionsHerman van Hovell2016-06-279-24/+70
* [SPARK-16220][SQL] Revert Change to Bring Back SHOW FUNCTIONS FunctionalityBill Chambers2016-06-274-8/+11
* [SPARK-16135][SQL] Remove hashCode and euqals in ArrayBasedMapDataTakeshi YAMAMURO2016-06-276-23/+76
* [SPARK-10591][SQL][TEST] Add a testcase to ensure if `checkAnswer` handles ma...Dongjoon Hyun2016-06-271-0/+7
* [SPARK-16184][SPARKR] conf API for SparkSessionFelix Cheung2016-06-261-0/+4
* [SPARK-15958] Make initial buffer size for the Sorter configurableSital Kedia2016-06-252-3/+8
* [SPARK-16186] [SQL] Support partition batch pruning with `IN` predicate in In...Dongjoon Hyun2016-06-242-1/+26
* [SPARK-16192][SQL] Add type checks in CollectSetTakeshi YAMAMURO2016-06-243-2/+21
* [SPARK-16195][SQL] Allow users to specify empty over clause in window express...Dilip Biswal2016-06-243-1/+30
* [SPARK-16173] [SQL] Can't join describe() of DataFrame in Scala 2.10Dongjoon Hyun2016-06-241-1/+2
* Revert "[SPARK-16186] [SQL] Support partition batch pruning with `IN` predica...Davies Liu2016-06-242-26/+1
* [SPARK-16186] [SQL] Support partition batch pruning with `IN` predicate in In...Dongjoon Hyun2016-06-242-1/+26
* [SPARK-16179][PYSPARK] fix bugs for Python udf in generateDavies Liu2016-06-241-2/+2
* [SQL][MINOR] Simplify data source predicate filter translation.Reynold Xin2016-06-241-44/+25
* [SPARK-16129][CORE][SQL] Eliminate direct use of commons-lang classes in favo...Sean Owen2016-06-249-38/+32
* [SPARK-13709][SQL] Initialize deserializer with both table and partition prop...Cheng Lian2016-06-232-1/+97
* [SQL][MINOR] ParserUtils.operationNotAllowed should throw exception directlyWenchen Fan2016-06-232-33/+33
* [SPARK-16123] Avoid NegativeArraySizeException while reserving additional cap...Sameer Agarwal2016-06-234-14/+47
* [SPARK-16165][SQL] Fix the update logic for InMemoryTableScanExec.readBatchesDongjoon Hyun2016-06-242-3/+18
* [SPARK-15443][SQL] Fix 'explain' for streaming DatasetShixiong Zhu2016-06-238-2/+142
* [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-233-58/+30
* [SPARK-16116][SQL] ConsoleSink should not require checkpointLocationShixiong Zhu2016-06-232-0/+18
* [SPARK-16162] Remove dead code OrcTableScan.Brian Cho2016-06-221-66/+1
* [SQL][MINOR] Fix minor formatting issues in SHOW CREATE TABLE outputCheng Lian2016-06-221-2/+2
* [SPARK-15230][SQL] distinct() does not handle column name with dot properlybomeng2016-06-232-1/+12
* [SPARK-16159][SQL] Move RDD creation logic from FileSourceStrategy.applyReynold Xin2016-06-222-112/+154
* [SPARK-16024][SQL][TEST] Verify Column Comment for Data Source Tablesgatorsmile2016-06-233-3/+34
* [SPARK-15956][SQL] When unwrapping ORC avoid pattern matching at runtimeBrian Cho2016-06-225-150/+314
* [SPARK-16078][SQL] from_utc_timestamp/to_utc_timestamp should not depends on ...Davies Liu2016-06-223-36/+73
* [SPARK-15956][SQL] Revert "[] When unwrapping ORC avoid pattern matching…Herman van Hovell2016-06-225-314/+150
* [SPARK-15956][SQL] When unwrapping ORC avoid pattern matching at runtimeBrian Cho2016-06-225-150/+314
* [SPARK-16097][SQL] Encoders.tuple should handle null object correctlyWenchen Fan2016-06-222-13/+42
* [SPARK-16121] ListingFileCatalog does not list in parallel anymoreYin Huai2016-06-223-9/+101
* [SPARK-15644][MLLIB][SQL] Replace SQLContext with SparkSession in MLlibgatorsmile2016-06-211-1/+1
* [SPARK-16104] [SQL] Do not creaate CSV writer object for every flush when wri...hyukjinkwon2016-06-212-11/+10
* [SPARK-16002][SQL] Sleep when no new data arrives to avoid 100% CPU usageShixiong Zhu2016-06-216-4/+27
* [SPARK-16037][SQL] Follow-up: add DataFrameWriter.insertInto() test cases for...Cheng Lian2016-06-211-0/+48