delta-io / delta

An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
https://delta.io
Apache License 2.0
7.62k stars 1.71k forks source link

why can't I configure aliases for delta #3896

Open smileyboy2019 opened 9 hours ago

smileyboy2019 commented 9 hours ago

Bug

Configure Delta Catalog

spark.sql.catalog.delta_catalog=org.apache.spark.sql.delta.catalog.DeltaCatalog spark.sql.catalog.delta_catalog.warehouse=/path/to/delta/warehouse Can't we alias the catalog in the spark conf configuration file If I configure iceberg, hudi, and delta to exist simultaneously in a single spark, why can't I configure aliases for delta