cobed95 commented on code in PR #4945:
URL: https://github.com/apache/polaris/pull/4945#discussion_r3511398199
##########
persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/QueryGenerator.java:
##########
@@ -41,6 +41,21 @@
*/
public class QueryGenerator {
+ /** Default schema (namespace) used for Polaris tables when none is
configured. */
+ public static final String DEFAULT_SCHEMA_NAME = "POLARIS_SCHEMA";
+
+ /** The database schema (namespace) that qualifies every generated table
reference. */
+ private final String schemaName;
Review Comment:
Yes, I agree here as well!
--
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]