cdap
cdap copied to clipboard
[CDAP-18977] Added FIXED datatype for Enum in CDAP Schema
Any Schema(avro,parquet,json etc.) will be converted to CDAP schema.If the given schema has a datatype "FIXED",currently CDAP schema cannot recognize as there is no FIXED schema type.As part of https://cdap.atlassian.net/browse/CDAP-18977, added FIXED schema as logical type to CDAP Schema of Type Byte to recognize FIXED data type. Separate Bugs are created for UI testing https://cdap.atlassian.net/browse/CDAP-19498 and E2E tests https://cdap.atlassian.net/browse/CDAP-19497
Did we agree to add a new DataType to CDAP? I thought we had talked about making FIXED a special case of Bytes in the source.
@tivv In which class should the feature flag condition to be added?