Thomas Rebele created HIVE-29814:
------------------------------------
Summary: Fix output when executing a script with Beeline's -f
<script>
Key: HIVE-29814
URL: https://issues.apache.org/jira/browse/HIVE-29814
Project: Hive
Issue Type: Improvement
Reporter: Thomas Rebele
Follow-up of HIVE-29662:
There are some spurious characters in the output (See household_de, c,
c_first_shipto_date_sk big in the example below). It would also be nice if the
output would print the query and then the corresponding result, then the next
query, and so on. All queries are printed at the beginning and then the all the
results.
{code}
...
No rows affected (0.077 seconds)
>....>....>....>....>....>....>....>....>.... c_first_shipto_date_sk
>big>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....>....going
> to print operations logs
printed operations logs
Getting log thread is interrupted, since query is done!
No rows affected (0.037 seconds)
>....c>....>....>....going to print operations logs
printed operations logs
Getting log thread is interrupted, since query is done!
No rows affected (0.024 seconds)
>....>....>....>....going to print operations logs
printed operations logs
Getting log thread is interrupted, since query is done!
No rows affected (0.04 seconds)
>....>....>....>....>....>....>....>....>....>....>....>....>....household_de>....>....>....>....>....>....>....>....>....going
> to print operations logs
printed operations logs
Getting log thread is interrupted, since query is done!
No rows affected (0.026 seconds)
...
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)