ryu3065 opened a new issue, #7512: URL: https://github.com/apache/iceberg/issues/7512
### Query engine EMR 6.10.0 apply spark options 'spark.sql.extensions': 'org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions', 'spark.sql.catalog.spark_iceberg': 'org.apache.iceberg.spark.SparkCatalog', 'spark.sql.catalog.spark_iceberg.catalog-impl': 'org.apache.iceberg.aws.glue.GlueCatalog', 'spark.sql.catalog.spark_iceberg.warehouse': '{S3_bucket_location}/spark_iceberg/', 'spark.sql.catalog.spark_iceberg.io-impl': 'org.apache.iceberg.aws.s3.S3FileIO', 'spark.sql.catalog.spark_iceberg.lock-impl': 'org.apache.iceberg.aws.dynamodb.DynamoDbLockManager', 'spark.sql.catalog.spark_iceberg.lock.table': 'bdp-emr-iceberg-lock', ### Question How can I use Glue catalog with Iceberg in EMR 6.10.0 and reference tables in the format of `{database}.{tables}` like Athena without using a custom catalog name? I want to use `{database}.{table}` not `{catalog}.{database}.{table}` ex) select * from spark_sql.db.tbl1 -> select * from db.tbl1 plz help :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org