You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2020/07/09 17:27:55 UTC

[GitHub] [hive] xiaomengzhang commented on a change in pull request #1143: HIVE-23717: In jdbcUrl add config to create external purge table by d…

xiaomengzhang commented on a change in pull request #1143:
URL: https://github.com/apache/hive/pull/1143#discussion_r452377187



##########
File path: jdbc/src/java/org/apache/hive/jdbc/Utils.java
##########
@@ -142,6 +142,8 @@
     static final String WM_POOL = "wmPool";
     // Cookie prefix
     static final String HTTP_COOKIE_PREFIX = "http.cookie.";
+    // Create external purge table by default
+    static final String DEFAULT_EXTERNAL_TABLE = "defaultExternalTable";

Review comment:
       There is requirement change for the jira, I am working on another patch. Will document once the code is merged.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org