aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18602] Set the version of org.codehaus.janino:commons-compiler to 3.0....Yin Huai2016-11-281-0/+4
* [SPARK-17732][SQL] Revert ALTER TABLE DROP PARTITION should support comparatorsWenchen Fan2016-11-288-189/+34
* [SPARK-18597][SQL] Do not push-down join conditions to the right side of a LE...Herman van Hovell2016-11-284-3/+72
* [SPARK-17783][SQL] Hide Credentials in CREATE and DESC FORMATTED/EXTENDED a P...gatorsmile2016-11-285-8/+62
* [SPARK-18118][SQL] fix a compilation error due to nested JavaBeans\nRemove th...Herman van Hovell2016-11-281-1/+1
* [SPARK-18118][SQL] fix a compilation error due to nested JavaBeansKazuaki Ishizaki2016-11-282-2/+437
* [SPARK-18604][SQL] Make sure CollapseWindow returns the attributes in the sam...Herman van Hovell2016-11-282-6/+9
* [SPARK-18585][SQL] Use `ev.isNull = "false"` if possible for Janino to have a...Takuya UESHIN2016-11-272-11/+6
* [SPARK-18482][SQL] make sure Spark can access the table metadata created by o...Wenchen Fan2016-11-272-43/+251
* [SPARK-18594][SQL] Name Validation of Databases/Tablesgatorsmile2016-11-274-27/+57
* [SPARK-17251][SQL] Improve `OuterReference` to be `NamedExpression`Dongjoon Hyun2016-11-263-2/+53
* [WIP][SQL][DOC] Fix incorrect `code` tagWeiqing Yang2016-11-261-1/+1
* [SPARK-18583][SQL] Fix nullability of InputFileName.Takuya UESHIN2016-11-251-1/+1
* [SPARK-18436][SQL] isin causing SQL syntax error with JDBCjiangxingbo2016-11-253-11/+17
* [SPARK-18413][SQL][FOLLOW-UP] Use `numPartitions` instead of `maxConnections`Dongjoon Hyun2016-11-254-21/+21
* [SPARK-18559][SQL] Fix HLL++ with small relative errorZhenhua Wang2016-11-252-4/+14
* [SPARK-3359][BUILD][DOCS] More changes to resolve javadoc 8 errors that will ...hyukjinkwon2016-11-2538-133/+143
* [SPARK-18578][SQL] Full outer join in correlated subquery returns incorrect r...Nattavut Sutyanyong2016-11-242-0/+55
* [SPARK-18510][SQL] Follow up to address comments in #15951Shixiong Zhu2016-11-231-15/+20
* [SPARK-18510] Fix data corruption from inferred partition column dataTypesBurak Yavuz2016-11-235-57/+189
* [SPARK-18050][SQL] do not create default database if it already existsWenchen Fan2016-11-231-2/+6
* [SPARK-18522][SQL] Explicit contract for column stats serializationReynold Xin2016-11-239-918/+591
* [SPARK-18053][SQL] compare unsafe and safe complex-type values correctlyWenchen Fan2016-11-235-35/+59
* [SPARK-18545][SQL] Verify number of hive client RPCs in PartitionedTablePerfS...Eric Liang2016-11-232-2/+57
* [SPARK-18073][DOCS][WIP] Migrate wiki to spark.apache.org web siteSean Owen2016-11-231-3/+2
* [SPARK-18179][SQL] Throws analysis exception with a proper message for unsupp...hyukjinkwon2016-11-222-0/+13
* [SPARK-18533] Raise correct error upon specification of schema for datasource...Dilip Biswal2016-11-223-7/+32
* [SPARK-16803][SQL] SaveAsTable does not work when target table is a Hive serd...gatorsmile2016-11-222-0/+24
* [SPARK-18465] Add 'IF EXISTS' clause to 'UNCACHE' to not throw exceptions whe...Burak Yavuz2016-11-224-5/+16
* [SPARK-18507][SQL] HiveExternalCatalog.listPartitions should only call getTab...Wenchen Fan2016-11-221-1/+2
* [SPARK-18504][SQL] Scalar subquery with extra group by columns returning inco...Nattavut Sutyanyong2016-11-223-9/+36
* [SPARK-18519][SQL] map type can not be used in EqualToWenchen Fan2016-11-224-43/+48
* [SPARK-18425][STRUCTURED STREAMING][TESTS] Test `CompactibleFileStreamLog` di...Liwei Lin2016-11-212-70/+214
* [SPARK-18493] Add missing python APIs: withWatermark and checkpoint to dataframeBurak Yavuz2016-11-211-2/+8
* [SPARK-17765][SQL] Support for writing out user-defined type in ORC datasourcehyukjinkwon2016-11-212-0/+13
* [SPARK-18517][SQL] DROP TABLE IF EXISTS should not warn for non-existing tablesDongjoon Hyun2016-11-211-1/+2
* [SPARK-18413][SQL] Add `maxConnections` JDBCOptionDongjoon Hyun2016-11-213-1/+26
* [SPARK-18398][SQL] Fix nullabilities of MapObjects and ExternalMapToCatalyst.Takuya UESHIN2016-11-211-3/+5
* [SPARK-18467][SQL] Extracts method for preparing arguments from StaticInvoke,...Takuya UESHIN2016-11-211-62/+101
* [HOTFIX][SQL] Fix DDLSuite failure.Reynold Xin2016-11-201-2/+2
* [SPARK-15214][SQL] Code-generation for GenerateHerman van Hovell2016-11-197-37/+463
* [SQL] Fix documentation for Concat and ConcatWsReynold Xin2016-11-191-6/+4
* [SPARK-18508][SQL] Fix documentation error for DateDiffReynold Xin2016-11-191-2/+5
* [SPARK-18448][CORE] Fix @since 2.1.0 on new SparkSession.close() methodSean Owen2016-11-191-1/+1
* [SPARK-18445][BUILD][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that`/`...hyukjinkwon2016-11-1916-68/+82
* [SPARK-18448][CORE] SparkSession should implement java.lang.AutoCloseable lik...Sean Owen2016-11-191-1/+9
* [SPARK-18497][SS] Make ForeachSink support watermarkShixiong Zhu2016-11-182-8/+43
* [SPARK-18505][SQL] Simplify AnalyzeColumnCommandReynold Xin2016-11-185-56/+74
* [SPARK-18477][SS] Enable interrupts for HDFS in HDFSMetadataLogShixiong Zhu2016-11-181-15/+41
* [SPARK-18457][SQL] ORC and other columnar formats using HiveShim read all col...Andrew Ray2016-11-182-4/+27