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 fb9d6ae  Revert "[SPARK-35437][SQL] Use expressions to filter Hive 
partitions at client side"
     add d2aeba6  [SPARK-37031][SQL][TESTS] Unify v1 and v2 DESCRIBE NAMESPACE 
tests

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  9 ---
 .../spark/sql/connector/DataSourceV2SQLSuite.scala | 39 ------------
 .../spark/sql/execution/command/DDLSuite.scala     | 17 +-----
 ...te.scala => DescribeNamespaceParserSuite.scala} | 42 +++++--------
 .../command/DescribeNamespaceSuiteBase.scala       | 50 ++++++++++++++++
 .../command/v1/DescribeNamespaceSuite.scala        | 59 ++++++++++++++++++
 .../command/v2/DescribeNamespaceSuite.scala        | 70 ++++++++++++++++++++++
 ...bleSuite.scala => DescribeNamespaceSuite.scala} |  6 +-
 8 files changed, 198 insertions(+), 94 deletions(-)
 copy 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/{AlterTableRenameParserSuite.scala
 => DescribeNamespaceParserSuite.scala} (51%)
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DescribeNamespaceSuiteBase.scala
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/DescribeNamespaceSuite.scala
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/DescribeNamespaceSuite.scala
 copy 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/{MsckRepairTableSuite.scala
 => DescribeNamespaceSuite.scala} (82%)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to