aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-18695] Bump master branch version to 2.2.0-SNAPSHOTReynold Xin2016-12-021-1/+1
* [SPARK-18670][SS] Limit the number of StreamingQueryListener.StreamProgressEv...Shixiong Zhu2016-12-023-1/+71
* [SPARK-18659][SQL] Incorrect behaviors in overwrite table for datasource tablesEric Liang2016-12-024-7/+20
* [SPARK-18419][SQL] `JDBCRelation.insert` should not remove Spark optionsDongjoon Hyun2016-12-024-8/+28
* [SPARK-18679][SQL] Fix regression in file listing performance for non-catalog...Eric Liang2016-12-022-34/+98
* [SPARK-18629][SQL] Fix numPartition of JDBCSuite TestcaseWeiqing Yang2016-12-021-1/+1
* [SPARK-17213][SQL] Disable Parquet filter push-down for string and binary col...Cheng Lian2016-12-012-3/+47
* [SPARK-18658][SQL] Write text records directly to a FileOutputStreamNathan Howell2016-12-015-103/+106
* [SPARK-18663][SQL] Simplify CountMinSketch aggregate implementationReynold Xin2016-12-012-161/+18
* [SPARK-18284][SQL] Make ExpressionEncoder.serializer.nullable preciseKazuaki Ishizaki2016-12-022-2/+52
* [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-011-1/+1
* [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-302-3/+12
* [SPARK-17932][SQL] Support SHOW TABLES EXTENDED LIKE 'identifier_with_wildcar...jiangxingbo2016-11-305-23/+255
* [SPARK-17897][SQL] Fixed IsNotNull Constraint Inference Rulegatorsmile2016-11-301-0/+6
* [SPARK-18622][SQL] Fix the datatype of the Sum aggregate functionHerman van Hovell2016-11-302-0/+107
* [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-294-9/+10
* [SPARK-18516][SQL] Split state and progress in streamingTathagata Das2016-11-2922-1445/+1028
* [SPARK-18614][SQL] Incorrect predicate pushdown from ExistenceJoinNattavut Sutyanyong2016-11-292-2/+18
* [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-291-0/+189
* [SPARK-18498][SQL] Revise HDFSMetadataLog API for better testingTyson Condie2016-11-291-34/+66
* [SPARK-3359][DOCS] Make javadoc8 working for unidoc/genjavadoc compatibility ...hyukjinkwon2016-11-2918-198/+209
* [SPARK-18339][SPARK-18513][SQL] Don't push down current_timestamp for filters...Tyson Condie2016-11-288-31/+242
* [SPARK-18544][SQL] Append with df.saveAsTable writes data to wrong locationEric Liang2016-11-282-9/+15
* [SPARK-18058][SQL][TRIVIAL] Use dataType.sameResult(...) instead equality on ...Herman van Hovell2016-11-281-1/+1
* [SPARK-18403][SQL] Fix unsafe data false sharing issue in ObjectHashAggregate...Cheng Lian2016-11-291-2/+9
* [SPARK-17680][SQL][TEST] Added test cases for InMemoryRelationKazuaki Ishizaki2016-11-281-2/+146
* [SQL][MINOR] DESC should use 'Catalog' as partition providerWenchen Fan2016-11-281-1/+1
* [SPARK-17732][SQL] Revert ALTER TABLE DROP PARTITION should support comparatorsWenchen Fan2016-11-285-59/+25
* [SPARK-18597][SQL] Do not push-down join conditions to the right side of a LE...Herman van Hovell2016-11-282-0/+36
* [SPARK-17783][SQL] Hide Credentials in CREATE and DESC FORMATTED/EXTENDED a P...gatorsmile2016-11-283-2/+43
* [SPARK-18118][SQL] fix a compilation error due to nested JavaBeansKazuaki Ishizaki2016-11-281-0/+429
* [SPARK-18594][SQL] Name Validation of Databases/Tablesgatorsmile2016-11-271-22/+6
* [WIP][SQL][DOC] Fix incorrect `code` tagWeiqing Yang2016-11-261-1/+1
* [SPARK-18436][SQL] isin causing SQL syntax error with JDBCjiangxingbo2016-11-252-0/+4
* [SPARK-18413][SQL][FOLLOW-UP] Use `numPartitions` instead of `maxConnections`Dongjoon Hyun2016-11-254-21/+21
* [SPARK-3359][BUILD][DOCS] More changes to resolve javadoc 8 errors that will ...hyukjinkwon2016-11-2518-109/+119
* [SPARK-18578][SQL] Full outer join in correlated subquery returns incorrect r...Nattavut Sutyanyong2016-11-241-0/+45
* [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-236-648/+257
* [SPARK-18053][SQL] compare unsafe and safe complex-type values correctlyWenchen Fan2016-11-231-0/+7
* [SPARK-18073][DOCS][WIP] Migrate wiki to spark.apache.org web siteSean Owen2016-11-231-3/+2
* [SPARK-18533] Raise correct error upon specification of schema for datasource...Dilip Biswal2016-11-222-2/+31
* [SPARK-16803][SQL] SaveAsTable does not work when target table is a Hive serd...gatorsmile2016-11-221-0/+4