[
https://issues.apache.org/jira/browse/HIVE-25520?focusedWorklogId=659130&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-659130
]
ASF GitHub Bot logged work on HIVE-25520:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Oct/21 20:09
Start Date: 01/Oct/21 20:09
Worklog Time Spent: 10m
Work Description: harishjp commented on a change in pull request #2640:
URL: https://github.com/apache/hive/pull/2640#discussion_r720512605
##########
File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
##########
@@ -3254,6 +3254,8 @@ private static void populateLlapDaemonVarsSet(Set<String>
llapDaemonVarsSetLocal
TRANSACTIONAL_CONCATENATE_NOBLOCK("hive.transactional.concatenate.noblock",
false,
"Will cause 'alter table T concatenate' to be non-blocking"),
+
ENABLE_CONCATENATE_FOR_EXTERNAL_TABLES("hive.concatenate.enable-external-tables",
false,
+ "Enable concatenate for external tables"),
Review comment:
Fixed.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 659130)
Time Spent: 20m (was: 10m)
> Enable concatenate for external table.
> --------------------------------------
>
> Key: HIVE-25520
> URL: https://issues.apache.org/jira/browse/HIVE-25520
> Project: Hive
> Issue Type: Improvement
> Components: HiveServer2
> Reporter: Harish JP
> Assignee: Harish JP
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Concatenate for external tables are disabled, enable this under a flag.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)