[
https://issues.apache.org/jira/browse/HIVE-16254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954572#comment-15954572
]
Sushanth Sowmyan commented on HIVE-16254:
-----------------------------------------
Ugh, failure was due to me changing a List to an Iterable when doing the
backport without changing the test. The change is a good change to be
consistent, but not good for a simple rebase patch. However, leaving that in
for now, and fixing test as well.
> metadata for values temporary tables for INSERT's are getting replicated
> ------------------------------------------------------------------------
>
> Key: HIVE-16254
> URL: https://issues.apache.org/jira/browse/HIVE-16254
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Affects Versions: 2.2.0
> Reporter: anishek
> Assignee: anishek
> Attachments: HIVE-16254.3.patch, HIVE-16254.4.patch
>
>
> create table a (age int);
> insert into table a values (34),(4);
> repl dump default;
> there is a temporary table created as values__tmp__table__[nmber], which is
> also present in the dumped information with only metadata, this should not be
> processed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)