This is an automated email from the ASF dual-hosted git repository.
wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.
from 2da7259 [SPARK-32976][SQL] Support column list in INSERT statement
add 0fd9f57 [SPARK-33448][SQL] Support CACHE/UNCACHE TABLE commands for
v2 tables
No new revisions were added by this update.
Summary of changes:
.../spark/sql/catalyst/parser/AstBuilder.scala | 31 ---------------
.../sql/catalyst/plans/logical/statements.scala | 16 --------
.../spark/sql/catalyst/parser/DDLParserSuite.scala | 27 -------------
.../catalyst/analysis/ResolveSessionCatalog.scala | 19 +--------
.../spark/sql/execution/SparkSqlParser.scala | 34 ++++++++++++++++
.../apache/spark/sql/execution/command/cache.scala | 43 +++++++++++++--------
.../org/apache/spark/sql/CachedTableSuite.scala | 11 ++++++
.../spark/sql/connector/DataSourceV2SQLSuite.scala | 40 +++++++++++--------
.../spark/sql/execution/SparkSqlParserSuite.scala | 45 +++++++++++++++++++++-
.../sql/execution/metric/SQLMetricsSuite.scala | 2 +-
.../thriftserver/HiveThriftServer2Suites.scala | 4 +-
.../apache/spark/sql/hive/CachedTableSuite.scala | 14 +++----
.../org/apache/spark/sql/hive/test/TestHive.scala | 2 +-
13 files changed, 152 insertions(+), 136 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]