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 10:48:33 UTC

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

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



##########
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:
       I think this will need to be documented in the wiki




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