mchades commented on code in PR #11288:
URL: https://github.com/apache/gravitino/pull/11288#discussion_r3340267918
##########
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:
Does Spark support these two properties? How are they used?
--
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]