[
https://issues.apache.org/jira/browse/HIVE-22860?focusedWorklogId=385836&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-385836
]
ASF GitHub Bot logged work on HIVE-22860:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Feb/20 11:56
Start Date: 12/Feb/20 11:56
Worklog Time Spent: 10m
Work Description: maheshk114 commented on pull request #900: HIVE-22860
Support metadata only replication for external tables
URL: https://github.com/apache/hive/pull/900#discussion_r378096604
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/events/CreateTableHandler.java
##########
@@ -66,7 +67,10 @@ public void handle(Context withinContext) throws Exception {
// If we are not dumping data about a table, we shouldn't be dumping basic
statistics
// as well, since that won't be accurate. So reset them to what they would
look like for an
// empty table.
- if
(withinContext.hiveConf.getBoolVar(HiveConf.ConfVars.REPL_DUMP_METADATA_ONLY)) {
+ if
(withinContext.hiveConf.getBoolVar(HiveConf.ConfVars.REPL_DUMP_METADATA_ONLY) ||
Review comment:
This configs should be from source ..target side ..this may not be set.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 385836)
Time Spent: 20m (was: 10m)
> Support metadata only replication for external tables
> -----------------------------------------------------
>
> Key: HIVE-22860
> URL: https://issues.apache.org/jira/browse/HIVE-22860
> Project: Hive
> Issue Type: Task
> Reporter: Aasha Medhi
> Assignee: Aasha Medhi
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-22860.patch
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)