Steve Waggoner created HIVE-6220:
------------------------------------
Summary: CTAS prints header columns
Key: HIVE-6220
URL: https://issues.apache.org/jira/browse/HIVE-6220
Project: Hive
Issue Type: Bug
Components: CLI
Affects Versions: 0.11.0
Reporter: Steve Waggoner
Priority: Minor
Using the "hive" command line program the "hive.cli.print.header" option will
print the headers for "create table as select" statements.
The following will print the column names of the "source_table":
set hive.cli.print.header=true;
create table temp_results as select * from source_table;
The expected result is to not print column names since we are creating a table
and not querying a table.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)