[
https://issues.apache.org/jira/browse/HIVE-24148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aasha Medhi updated HIVE-24148:
-------------------------------
Description:
TestHiveStrictManagedMigration.testExternalMove checks for the table location
after migration.
This commit
https://github.com/apache/hive/commit/17ac1d9f230b8d663c09c22016753012a9b91edf
changes the table location.
So its failing with the following error
{code:java}
java.lang.AssertionError: Unexpected external warehouse directory structure in
/Users/amedhi/Documents/workspaces/workspaceHive/apache/hive/ql/target/tmp/org.apache.hadoop.hive.ql.util.TestHiveStrictManagedMigration-1599816373748/newExternal
expected:<[/extwhnone, /custdb.db, /custdb.db/custextwhwh/p=p1, /manwhwh,
/custdb.db/custmanwhwh/p=p2, /custdb.db/custextwhwh/p=p2, /manwhwh/p=p2,
/custdb.db/custmanwhwh/p=p1, /manwhnone, /manwhwh/p=p1, /extwhout, /manwhout,
/manwhmixed/p=p2, /extwhmixed/p=p2, /custdb.db/custmanwhwh, /extwhwh,
/extwhwh/p=p1, /extwhmixed, /custdb.db/custextwhwh, /extwhwh/p=p2,
/manwhmixed]> but was:<[/custdb.db]>
{code}
> TestHiveStrictManagedMigration.testExternalMove failing for all new PR.
> -----------------------------------------------------------------------
>
> Key: HIVE-24148
> URL: https://issues.apache.org/jira/browse/HIVE-24148
> Project: Hive
> Issue Type: Bug
> Reporter: Pravin Sinha
> Assignee: Naveen Gangam
> Priority: Major
>
> TestHiveStrictManagedMigration.testExternalMove checks for the table location
> after migration.
> This commit
> https://github.com/apache/hive/commit/17ac1d9f230b8d663c09c22016753012a9b91edf
> changes the table location.
> So its failing with the following error
> {code:java}
> java.lang.AssertionError: Unexpected external warehouse directory structure
> in
> /Users/amedhi/Documents/workspaces/workspaceHive/apache/hive/ql/target/tmp/org.apache.hadoop.hive.ql.util.TestHiveStrictManagedMigration-1599816373748/newExternal
> expected:<[/extwhnone, /custdb.db, /custdb.db/custextwhwh/p=p1, /manwhwh,
> /custdb.db/custmanwhwh/p=p2, /custdb.db/custextwhwh/p=p2, /manwhwh/p=p2,
> /custdb.db/custmanwhwh/p=p1, /manwhnone, /manwhwh/p=p1, /extwhout, /manwhout,
> /manwhmixed/p=p2, /extwhmixed/p=p2, /custdb.db/custmanwhwh, /extwhwh,
> /extwhwh/p=p1, /extwhmixed, /custdb.db/custextwhwh, /extwhwh/p=p2,
> /manwhmixed]> but was:<[/custdb.db]>
> {code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)