aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-18647][SQL] do not put provider in table properties for Hive serde tableWenchen Fan2016-12-023-41/+59
* [SPARK-18284][SQL] Make ExpressionEncoder.serializer.nullable preciseKazuaki Ishizaki2016-12-028-21/+96
* [SPARK-18141][SQL] Fix to quote column names in the predicate clause of the ...sureshthalamati2016-12-013-39/+82
* [SPARK-18674][SQL] improve the error message of using joinWenchen Fan2016-12-017-58/+34
* [SPARK-18635][SQL] Partition name/values not escaped correctly in some casesEric Liang2016-12-014-4/+64
* [SPARK-18538][SQL] Fix Concurrent Table Fetching Using DataFrameReader JDBC APIsgatorsmile2016-12-016-50/+81
* [SPARK-18655][SS] Ignore Structured Streaming 2.0.2 logs in history serverShixiong Zhu2016-11-302-0/+13
* [SPARK-18251][SQL] the type of Dataset can't be Option of non-flat typeWenchen Fan2016-11-304-5/+37
* [SPARK-18220][SQL] read Hive orc table with varchar column should not failWenchen Fan2016-11-305-6/+40
* [SPARK-17932][SQL] Support SHOW TABLES EXTENDED LIKE 'identifier_with_wildcar...jiangxingbo2016-11-306-25/+257
* [SPARK-17897][SQL] Fixed IsNotNull Constraint Inference Rulegatorsmile2016-11-303-7/+35
* [SPARK-18622][SQL] Fix the datatype of the Sum aggregate functionHerman van Hovell2016-11-303-3/+110
* [SPARK-17680][SQL][TEST] Added a Testcase for Verifying Unicode Character Sup...gatorsmile2016-11-301-0/+45
* [SPARK-18516][STRUCTURED STREAMING] Follow up PR to add StreamingQuery.status...Tathagata Das2016-11-297-54/+114
* [SPARK-18632][SQL] AggregateFunction should not implement ImplicitCastInputTypesHerman van Hovell2016-11-2924-63/+67
* [SPARK-18516][SQL] Split state and progress in streamingTathagata Das2016-11-2922-1445/+1028
* [SPARK-18614][SQL] Incorrect predicate pushdown from ExistenceJoinNattavut Sutyanyong2016-11-294-4/+37
* [SPARK-18631][SQL] Changed ExchangeCoordinator re-partitioning to avoid more ...Mark Hamstra2016-11-292-37/+35
* [SPARK-18429][SQL] implement a new Aggregate for CountMinSketchwangzhenhua2016-11-295-0/+661
* [SPARK-18498][SQL] Revise HDFSMetadataLog API for better testingTyson Condie2016-11-291-34/+66
* [SPARK-18615][DOCS] Switch to multi-line doc to avoid a genjavadoc bug for ba...hyukjinkwon2016-11-292-2/+6
* [SPARK-3359][DOCS] Make javadoc8 working for unidoc/genjavadoc compatibility ...hyukjinkwon2016-11-2924-206/+226
* [SPARK-18339][SPARK-18513][SQL] Don't push down current_timestamp for filters...Tyson Condie2016-11-289-33/+273
* [SPARK-18544][SQL] Append with df.saveAsTable writes data to wrong locationEric Liang2016-11-283-9/+34
* [SPARK-18058][SQL][TRIVIAL] Use dataType.sameResult(...) instead equality on ...Herman van Hovell2016-11-284-6/+6
* [SPARK-16282][SQL] Follow-up: remove "percentile" from temp function detectio...Shuai Lin2016-11-282-5/+1
* [SPARK-18403][SQL] Fix unsafe data false sharing issue in ObjectHashAggregate...Cheng Lian2016-11-292-74/+101
* [SPARK-17680][SQL][TEST] Added test cases for InMemoryRelationKazuaki Ishizaki2016-11-281-2/+146
* [SPARK-16282][SQL] Implement percentile SQL function.jiangxingbo2016-11-285-2/+518
* [SQL][MINOR] DESC should use 'Catalog' as partition providerWenchen Fan2016-11-281-1/+1
* [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