This is an automated email from the ASF dual-hosted git repository.
gengliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from 1e6d743c7ae2 [SPARK-54750][SQL] Fix ROUND returning NULL for Decimal
values with l…
add 4b90a265c623 [SPARK-54761][SQL] Throw unsupportedTableOperation for
constraint operation on DSv1/HMS table
No new revisions were added by this update.
Summary of changes:
.../catalyst/analysis/ResolveSessionCatalog.scala | 31 +++++-
.../command/v1/TableConstraintSuite.scala | 121 +++++++++++++++++++++
.../command/v2/CheckConstraintSuite.scala | 58 +++++-----
.../execution/command/v2/DescribeTableSuite.scala | 8 +-
.../command/v2/ShowCreateTableSuite.scala | 10 +-
...TableSuite.scala => TableConstraintSuite.scala} | 6 +-
6 files changed, 194 insertions(+), 40 deletions(-)
create mode 100644
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/TableConstraintSuite.scala
copy
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/{MsckRepairTableSuite.scala
=> TableConstraintSuite.scala} (84%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]