clintropolis opened a new issue, #13312: URL: https://github.com/apache/druid/issues/13312
### Description The [Parquet converter](https://github.com/apache/druid/blob/master/extensions-core/parquet-extensions/src/main/java/org/apache/druid/data/input/parquet/simple/ParquetGroupConverter.java#L57) can be updated to use `LogicalTypeAnnotation` when converting logical types (lists, maps), which was not available when this code was originally written. See https://github.com/apache/druid/pull/13294#discussion_r1011985399 for additional details. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
