[
https://issues.apache.org/jira/browse/HIVE-20449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16593973#comment-16593973
]
Nishant Bangarwa commented on HIVE-20449:
-----------------------------------------
This dataset is initialized in QTestUtil
https://github.com/apache/hive/blob/master/itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestUtil.java#L1140
Any test that needs standard druid alltypesorc dataset needs to mention the
dataset in the q file as follows -
{code}
--! qt:dataset:druid_table_alltypesorc
{code}
> DruidMiniTests - Move creation of druid table from allTypesOrc to test setup
> phase
> ----------------------------------------------------------------------------------
>
> Key: HIVE-20449
> URL: https://issues.apache.org/jira/browse/HIVE-20449
> Project: Hive
> Issue Type: Improvement
> Reporter: Nishant Bangarwa
> Assignee: Nishant Bangarwa
> Priority: Major
> Attachments: HIVE-20449.patch
>
>
> Multiple druid tests end up creating a Druid table from allTypesOrc table.
> Moving this table creation to a pre-test setup phase would avoid redundant
> work in tests and possibly help in reducing test runtimes.
> Thanks, [~jcamachorodriguez] for suggesting this improvement.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)