Skip to content

Commit

Permalink
[#483] test(lakehouse-iceberg): add graviton data-check-IT test for i…
Browse files Browse the repository at this point in the history
…ceberg
  • Loading branch information
Clearvive authored and Clearvive committed Oct 23, 2023
1 parent c2d3a8f commit d8989ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public static void startup() {
.config("spark.sql.warehouse.dir", WAREHOUSE)
.config("spark.sql.catalog.iceberg", "org.apache.iceberg.spark.SparkCatalog")
.config("spark.sql.catalog.iceberg.uri", URI)
.config("spark.sql.catalog.rest.type", "hive")
.config("spark.sql.catalog.iceberg.type", "hive")
.config(
"spark.sql.extensions",
"org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions")
Expand Down

0 comments on commit d8989ce

Please sign in to comment.