[
https://issues.apache.org/jira/browse/HIVE-25266?focusedWorklogId=861177&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-861177
]
ASF GitHub Bot logged work on HIVE-25266:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/May/23 10:36
Start Date: 09/May/23 10:36
Worklog Time Spent: 10m
Work Description: rkirtir commented on code in PR #4297:
URL: https://github.com/apache/hive/pull/4297#discussion_r1188461797
##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestWarehouseExternalDir.java:
##########
@@ -174,19 +155,19 @@ public void testManagedPaths() throws Exception {
@Test
public void testExternalDefaultPaths() throws Exception {
try (Statement stmt = conn.createStatement()) {
- stmt.execute("create external table default.twed_ext1(c1 string)");
- Table tab = db.getTable("default", "twed_ext1");
+ stmt.execute("create external table IF NOT EXISTS default.twed_ext1(c1
string)");
Review Comment:
fixed
Issue Time Tracking
-------------------
Worklog Id: (was: 861177)
Time Spent: 1.5h (was: 1h 20m)
> Fix TestWarehouseExternalDir
> ----------------------------
>
> Key: HIVE-25266
> URL: https://issues.apache.org/jira/browse/HIVE-25266
> Project: Hive
> Issue Type: Bug
> Reporter: Zoltan Haindrich
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> test is unstable
> http://ci.hive.apache.org/job/hive-flaky-check/244/
--
This message was sent by Atlassian Jira
(v8.20.10#820010)