[
https://issues.apache.org/jira/browse/HIVE-22689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shohei Okumiya resolved HIVE-22689.
-----------------------------------
Fix Version/s: 4.1.0
Resolution: Won't Fix
We have discontinued Hive on Spark and EoLed Hive 3. HIVE-26134
> Hive on Spark- if selecting an empty table with
> hive.input.format=org.apache.hadoop.hive.ql.io.HiveInputFormat, the hive on
> spark job will keep running without any stages.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HIVE-22689
> URL: https://issues.apache.org/jira/browse/HIVE-22689
> Project: Hive
> Issue Type: Bug
> Components: Hive, Spark
> Affects Versions: 1.1.0
> Reporter: Tang Yan
> Priority: Major
> Fix For: 4.1.0
>
>
> SQL:
> sourcetable is an empty table.
> set hive.execution.engine=spark;
> SET hive.input.format=org.apache.hadoop.hive.ql.io.HiveInputFormat;
> insert into table targettable
> select
> *
> from sourcetable where day='${rundate}';
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)