is there a quicker way to create schema from data ...
# general
s
is there a quicker way to create schema from data files. we have about 1200 columns and wondering if there is any jar that automatically creates a schema file for pinot
k
What format is the data in?
s
@Kartik Khare parquet
k
Ok. Not sure about that. We have one for Avro. @Xiang Fu is there a way to solve this?
x
I think you can read parquet file schema as Avro schema then do the conversion?
s
does the column order need to match the data file order in any way or pinot loads to the correct column based on name?
instead of
JsonToPinotSchema
do
AvroToPinotSchema
I'll write up an avro version
x
it doensn’t matter for column ordering