[
https://issues.apache.org/jira/browse/HIVE-24818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17294505#comment-17294505
]
Anurag Shekhar commented on HIVE-24818:
---------------------------------------
Steps to reproduce
# Create an external table with one partition
# create a view with partition on above table (using sql CREATE VIEW
<view_name> PARTITIONED ON (colName) as Select <column_list> from <table>
# Take a bootstrap dump of the database
# Try to load in another database
Load will fail with partition column name conflict with table columns, while
loading view.
> REPL LOAD (Bootstrap ) of views with partitions fails
> ------------------------------------------------------
>
> Key: HIVE-24818
> URL: https://issues.apache.org/jira/browse/HIVE-24818
> Project: Hive
> Issue Type: Bug
> Components: repl
> Reporter: Anurag Shekhar
> Assignee: Anurag Shekhar
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)