An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
Even if a table has the location field, it should still be a managed
table if PROP_IS_MANAGED_LOCATION is present in the table properties.
Note: this case won't happen with Spark integration solely. It's only an
issue for third-party catalogs that delegate requests to DeltaCatalog,
such as Unity Catalog.
Which Delta project/connector is this regarding?
Description
Even if a table has the location field, it should still be a managed table if
PROP_IS_MANAGED_LOCATION
is present in the table properties.Note: this case won't happen with Spark integration solely. It's only an issue for third-party catalogs that delegate requests to
DeltaCatalog
, such as Unity Catalog.How was this patch tested?
new test
Does this PR introduce any user-facing changes?
no