aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16286][SQL] Implement stack table generating functionDongjoon Hyun2016-07-065-1/+126
* [SPARK-16383][SQL] Remove `SessionState.executeSql`Dongjoon Hyun2016-07-052-6/+4
* [SPARK-15730][SQL] Respect the --hiveconf in the spark-sql command lineCheng Hao2016-07-052-0/+19
* [HOTFIX] Fix build break.Reynold Xin2016-07-051-1/+1
* [SPARK-16311][SQL] Metadata refresh should work on temporary viewsReynold Xin2016-07-0512-36/+101
* [SPARK-9876][SQL][FOLLOWUP] Enable string and binary tests for Parquet predic...hyukjinkwon2016-07-054-18/+9
* [SPARK-16360][SQL] Speed up SQL query performance by removing redundant `exec...Dongjoon Hyun2016-07-051-1/+1
* [SPARK-15198][SQL] Support for pushing down filters for boolean types in ORC ...hyukjinkwon2016-07-054-11/+39
* [SPARK-15968][SQL] Nonempty partitioned metastore tables are not cachedMichael Allman2016-07-053-19/+59
* [SPARK-16358][SQL] Remove InsertIntoHiveTable From Logical Plangatorsmile2016-07-043-47/+1
* [SPARK-15204][SQL] improve nullability inference for AggregatorKoert Kuipers2016-07-042-4/+13
* [SPARK-16288][SQL] Implement inline table generating functionDongjoon Hyun2016-07-045-36/+124
* [SPARK-16278][SPARK-16279][SQL] Implement map_keys/map_values SQL functionsDongjoon Hyun2016-07-035-1/+79
* [SPARK-16329][SQL] Star Expansion over Table Containing No Columngatorsmile2016-07-032-9/+37
* [MINOR][BUILD] Fix Java linter errorsDongjoon Hyun2016-07-024-13/+17
* [SPARK-16335][SQL] Structured streaming should fail if source directory does ...Reynold Xin2016-07-012-23/+27
* [SPARK-16208][SQL] Add `PropagateEmptyRelation` optimizerDongjoon Hyun2016-07-013-1/+242
* [SPARK-16222][SQL] JDBC Sources - Handling illegal input values for `fetchsiz...gatorsmile2016-07-017-45/+98
* [SPARK-16331][SQL] Reduce code generation timeHiroshi Inoue2016-06-301-39/+43
* [SPARK-15954][SQL] Disable loading test tables in Python testsReynold Xin2016-06-301-160/+184
* [SPARK-16276][SQL] Implement elt SQL functionpetermaxlee2016-07-016-2/+82
* [SPARK-16313][SQL] Spark should not silently drop exceptions in file listingReynold Xin2016-06-304-11/+27
* [SPARK-16336][SQL] Suggest doing table refresh upon FileNotFoundExceptionpetermaxlee2016-06-302-1/+102
* [SPARK-16289][SQL] Implement posexplode table generating functionDongjoon Hyun2016-06-309-71/+232
* [SPARK-13850] Force the sorter to Spill when number of elements in th…Sital Kedia2016-06-309-6/+30
* [SPARK-15820][PYSPARK][SQL] Add Catalog.refreshTable into python APIWeichenXu2016-06-301-1/+1
* [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-305-1/+154
* [SPARK-16267][TEST] Replace deprecated `CREATE TEMPORARY TABLE ... USING` fro...Dongjoon Hyun2016-06-297-18/+18
* [SPARK-16134][SQL] optimizer rules for typed filterWenchen Fan2016-06-308-91/+162
* [SPARK-16228][SQL] HiveSessionCatalog should return `double`-param functions ...Dongjoon Hyun2016-06-292-1/+22
* [SPARK-16238] Metrics for generated method and class bytecode sizeEric Liang2016-06-292-1/+43
* [SPARK-16006][SQL] Attemping to write empty DataFrame with no fields throws n...Dongjoon Hyun2016-06-292-2/+3
* [SPARK-16301] [SQL] The analyzer rule for resolving using joins should respec...Yin Huai2016-06-292-7/+49
* [SPARK-14480][SQL] Remove meaningless StringIteratorReader for CSV data source.hyukjinkwon2016-06-294-291/+33
* [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