You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/07/19 22:15:34 UTC

[GitHub] [incubator-pinot] Jackie-Jiang commented on issue #7164: Ingestion of Parquet with `int96` and `decimal` data types fails in 0.8.0-SNAPSHOT

Jackie-Jiang commented on issue #7164:
URL: https://github.com/apache/incubator-pinot/issues/7164#issuecomment-882897055


   You need to explicitly enable the native parquet record reader to support `int96`.
   You may set the class name for record reader to: 'org.apache.pinot.plugin.inputformat.parquet.ParquetNativeRecordReader'
   Add @xiangfu0 to confirm


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org