[
https://issues.apache.org/jira/browse/HIVE-28884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stamatis Zampetakis resolved HIVE-28884.
----------------------------------------
Fix Version/s: 4.1.0
Resolution: Fixed
Fixed in
[https://github.com/apache/hive/commit/ac2c3240c8fe7a46f979418f0973a1d3aed3009d]
Thanks for the reviews [~soumyakanti.das] [~okumin][~InvisibleProgrammer]
[~simhadri-g]!
> Decouple source.q test from SRC dataset
> ---------------------------------------
>
> Key: HIVE-28884
> URL: https://issues.apache.org/jira/browse/HIVE-28884
> Project: Hive
> Issue Type: Task
> Components: Tests
> Reporter: Stamatis Zampetakis
> Assignee: Stamatis Zampetakis
> Priority: Trivial
> Labels: pull-request-available
> Fix For: 4.1.0
>
>
> Running source.q test independently fails due to missing SRC table.
> {noformat}
> mvn test -Dtest=TestMiniLlapLocalCliDriver -Dqfile=source.q
> {noformat}
> The test depends on the presence of the SRC table/dataset but the latter is
> not declared explicitly with the {{qt:dataset}} command.
> The failure was also observed in some CI runs where the test happened to run
> before a test loads the SRC dataset.
> The purpose of the test is to verify that SOURCE CLI command (introduced in
> HIVE-1415) launches a SQL script but the content of the actual script is not
> really important.
> I propose simplify the queries in the SQL script (source.txt) to avoid the
> aforementioned failures and avoid wasting resources on non relevant tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)