cdap icon indicating copy to clipboard operation
cdap copied to clipboard

[CDAP-18977] Added FIXED datatype for Enum in CDAP Schema

Open udurbha opened this issue 2 years ago • 3 comments

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

udurbha avatar Aug 10 '22 11:08 udurbha

gitpod-io[bot] avatar Aug 10 '22 11:08 gitpod-io[bot]

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.

sechegaray avatar Aug 18 '22 15:08 sechegaray

@tivv In which class should the feature flag condition to be added?

udurbha avatar Sep 09 '22 03:09 udurbha