[
https://issues.apache.org/jira/browse/HIVE-1864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Steinbach updated HIVE-1864:
---------------------------------
Attachment: HIVE-1864.1.patch.txt
load_overwrite.q currently consists of the same block of queries repeated three
times.
The test fails because the block of queries begins with a CREATE TABLE
statement, which
fails on the second iteration since the table already exists. I don't see any
point in repeating
this block more than once and have removed the repeats in this patch.
Out of curiosity, does anyone know if there is a configuration setting that
will make this test
pass without modification? I tried setting hive.cli.errors.ignore=true, but
that doesn't
suppress the table_already_exists warning.
> test load_overwrite.q fails
> ---------------------------
>
> Key: HIVE-1864
> URL: https://issues.apache.org/jira/browse/HIVE-1864
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Reporter: Namit Jain
> Assignee: Ning Zhang
> Fix For: 0.7.0
>
> Attachments: HIVE-1864.1.patch.txt
>
>
> After HIVE-1852, the above test is failing
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.