-
Couldn't load subscription status.
- Fork 1.9k
Open
Description
Recently, I run the unity-catalog-commit-coordinator-integration-tests.py, and find some failures.
The command to run the tests is here:
export PATH=$HOME/soft/spark-3.5.7-scala2.13/spark-3.5.7-bin-hadoop3-scala2.13/bin:$PATH
export CATALOG_TOKEN=$UC_TOKEN
export CATALOG_URI=$UC_URI
export CATALOG_NAME=main
export SCHEMA=demo_zh
export MANAGED_CC_TABLE=managedCcTable
export MANAGED_NON_CC_TABLE=managedNonCcTable
python3 ./run-integration-tests.py \
--unity-catalog-commit-coordinator-integration-tests \
--packages \
io.unitycatalog:unitycatalog-spark_2.13:0.2.1,org.apache.spark:spark-hadoop-cloud_2.13:3.5.7And the failures are here:
ERROR: test_drop_catalog_owned_property (__main__.UnityCatalogManagedTableBasicSuite.test_drop_catalog_owned_property)
ERROR: test_unset_catalog_owned_feature (__main__.UnityCatalogManagedTableBasicSuite.test_unset_catalog_owned_feature)
ERROR: test_alter_table_add_column (__main__.UnityCatalogManagedTableDDLSuite.test_alter_table_add_column)
ERROR: test_alter_table_comment (__main__.UnityCatalogManagedTableDDLSuite.test_alter_table_comment)
ERROR: test_alter_table_set_tbl_properties (__main__.UnityCatalogManagedTableDDLSuite.test_alter_table_set_tbl_properties)
ERROR: test_time_travel_read (__main__.UnityCatalogManagedTableReadSuite.test_time_travel_read)
FAIL: test_create_delta (__main__.UnityCatalogManagedTableDDLSuite.test_create_delta)
FAIL: test_create_non_catalog_owned (__main__.UnityCatalogManagedTableDDLSuite.test_create_non_catalog_owned)
FAIL: test_sql_create (__main__.UnityCatalogManagedTableDDLSuite.test_sql_create)
FAIL: test_history (__main__.UnityCatalogManagedTableUtilitySuite.test_history)Metadata
Metadata
Assignees
Labels
No labels