Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7
-
None
-
Patch Available
Description
String fields are not differentiated from binary fields in the meta data map. This is sometimes problematic when manipulating Thrift structs in tools such as Pig.
The included patch extends FieldValueMetaData with 'isBinary' field and method and modifies the java compiler so generated code correctly reflects the binary nature of fields in the meta data.