fx19880617 opened a new issue #4711: Int96 support to be compatible with parquet URL: https://github.com/apache/incubator-pinot/issues/4711 This is to track support Parquet int96 type in Pinot. Currently pinot and Avro don't support int96, which causes the issue that certain parquet files could not be converted into Pinot segment. Internally Pinot use `org.apache.parquet.avro.AvroSchemaConverter` to convert parquet schema to Avro schema then to Pinot schema. This step will throw `IllegalArgumentException` for INT96. Ref: https://github.com/apache/parquet-mr/blob/master/parquet-avro/src/main/java/org/apache/parquet/avro/AvroSchemaConverter.java#L297
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
