Interaction of AS clause with non-column formatted output
---------------------------------------------------------
Key: HIVE-411
URL: https://issues.apache.org/jira/browse/HIVE-411
Project: Hadoop Hive
Issue Type: Bug
Reporter: Venky Iyer
If I'm producing output that isn't intended to be columnar, what's the
appropriate AS clause ?
Leaving out the AS clause causes the addition of a tab plus NULL to each output
line; if there are any rows with tabs in them, the stuff after the <tab>
replaces the NULL. If I say 'AS dummy', then any part of an output line that
follows a <tab> is thrown away.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.