Dustin Cote created PIG-4584:
--------------------------------
Summary: PigStorage default NULL value
Key: PIG-4584
URL: https://issues.apache.org/jira/browse/PIG-4584
Project: Pig
Issue Type: Improvement
Components: data
Reporter: Dustin Cote
Priority: Minor
Currently PigStorage does not write any values to a file when a null data point
is encountered. For example:
Input from a Hive table: a,NULL,c,d
Output using PigStorage: a,,c,d
Having a configurable PigStorage null value to write to a file would save one
from having to do a filter to replace null values inside the script.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)