Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
If I'm producing output from a streaming reducer 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.