[
https://issues.apache.org/jira/browse/HIVE-25423?focusedWorklogId=635413&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-635413
]
ASF GitHub Bot logged work on HIVE-25423:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Aug/21 17:46
Start Date: 06/Aug/21 17:46
Worklog Time Spent: 10m
Work Description: saihemanth-cloudera commented on a change in pull
request #2559:
URL: https://github.com/apache/hive/pull/2559#discussion_r684404883
##########
File path: data/scripts/derby/q_test_extDB_init.derby.sql
##########
@@ -0,0 +1,27 @@
+-- reference:
https://medium.com/swlh/getting-started-with-apache-derby-9f6ca8dea873
+
+create table country (name char(30) not null unique);
+create table state (name char(30) not null unique,
+ country_code int not null);
+create table city (name char(30) not null unique,
Review comment:
create table if not exists table_name? I suggesting this because tables
might not get dropped/created properly in a container, it might lead to flaky
tests
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 635413)
Time Spent: 50m (was: 40m)
> Add new test driver to automatically launch and load external database
> ----------------------------------------------------------------------
>
> Key: HIVE-25423
> URL: https://issues.apache.org/jira/browse/HIVE-25423
> Project: Hive
> Issue Type: Test
> Components: Testing Infrastructure, Tests
> Affects Versions: 3.1.2
> Reporter: Dantong Dong
> Assignee: Dantong Dong
> Priority: Major
> Labels: pull-request-available
> Attachments: Screen Shot 2021-08-04 at 2.32.35 PM.png
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Add new test driver(TestMiniLlapExtDBCliDriver) to automatically launch and
> load external database with specified custom script during test. This Issue
> was originated from HIVE-24396. Will add docs later
> !Screen Shot 2021-08-04 at 2.32.35 PM.png|width=500,height=262!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)