Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
A = load 'input.txt' as (m:[bytearray]); B = FOREACH A GENERATE m#'a' as a, m#'e' as e; C = FILTER B by a != 'abc' and e != 'abc'; store C into 'output';
This fails with
Caused by: org.apache.pig.backend.executionengine.ExecException: ERROR 1075: Received a bytearray from the UDF or Union from two different Loaders. Cannot determine how to convert the bytearray to string
Attachments
Attachments
Issue Links
- relates to
-
PIG-3938 Add LoadCaster to EvalFunc(UDF)
- Closed