deniskuzZ commented on code in PR #6123:
URL: https://github.com/apache/hive/pull/6123#discussion_r2440249208
##########
ql/src/java/org/apache/hadoop/hive/ql/ddl/catalog/create/CreateCatalogDesc.java:
##########
@@ -34,12 +35,14 @@ public class CreateCatalogDesc implements DDLDesc,
Serializable {
private final String comment;
private final String locationUri;
private final boolean ifNotExists;
+ private final Map<String, String> catProperties;
- public CreateCatalogDesc(String catalogName, String comment, String
locationUri, boolean ifNotExists) {
+ public CreateCatalogDesc(String catalogName, String comment, String
locationUri, boolean ifNotExists, Map<String, String> dcProperties) {
Review Comment:
what is `dcProperties`?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]