diqiu50 commented on code in PR #11288:
URL: https://github.com/apache/gravitino/pull/11288#discussion_r3341596168


##########
catalogs/catalog-hive/src/main/java/org/apache/gravitino/catalog/hive/HiveView.java:
##########
@@ -52,7 +52,10 @@
 @ToString
 public class HiveView implements View {
 
-  private static final String SPARK_VERSION_KEY = "spark.sql.create.version";
+  static final String SPARK_VERSION_KEY = "spark.sql.create.version";
+  static final String SPARK_DEFAULT_CATALOG_KEY = 
"gravitino.view.default.catalog";
+  static final String SPARK_DEFAULT_SCHEMA_KEY = 
"gravitino.view.default.schema";

Review Comment:
   Spark does not support these two properties, removed



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to