[ 
https://issues.apache.org/jira/browse/HIVE-23717?focusedWorklogId=456535&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-456535
 ]

ASF GitHub Bot logged work on HIVE-23717:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Jul/20 10:48
            Start Date: 09/Jul/20 10:48
    Worklog Time Spent: 10m 
      Work Description: 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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 456535)
    Time Spent: 40m  (was: 0.5h)

> In jdbcUrl add config to create External + purge table by default     
> ------------------------------------------------------------------
>
>                 Key: HIVE-23717
>                 URL: https://issues.apache.org/jira/browse/HIVE-23717
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2, Metastore
>    Affects Versions: 3.1.0
>            Reporter: Xiaomeng Zhang
>            Assignee: Xiaomeng Zhang
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> External + purge tables are more backward compatible with the old managed 
> tables.
> Applications can use a HS2 URL that sets the session level property for 
> default table type to external-purge tables to be true.
> As part of this we need a notion of a "session level only" config 
> parameter(s).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to