mysterious-lamp-91034
04/27/2022, 1:39 AMThriftSchema
as a new kind of platformSchema. In the ThriftSchema we have name, index, fields and annotations which stores the additional information than the DataSet.
4. In the SchemaField.nativeDataType we will fill either
a. primitive types like bool
, i64
, string
b. type references like urn:li:thrift:enum:my_namespace:my_enum
c. composite types like list<i64>
, map<string, list<i64>
, list<urn:li:thrift:enum:my_namespace:my_enum>
Any suggestions? Thanks cc @mammoth-bear-12532 @helpful-optician-78938 @orange-tailor-45265 @curved-librarian-24314mysterious-lamp-91034
04/27/2022, 7:22 PM