clintropolis opened a new pull request #6727: move parquet extension input formats URL: https://github.com/apache/incubator-druid/pull/6727 To make the change from contrib to core less disruptive, this PR moves the input format packaging to `org.apache.druid.data.input.parquet.DruidParquetInputFormat` for `parquet` and `org.apache.druid.data.input.parquet.DruidParquetAvroInputFormat` for `parquet-avro`. This needs to be called out in the release notes documenting the contrib to core extension, since it will change the default behavior from using the 'avro' conversion in the contrib extension to using the 'simple' conversion in the core version of the extension, and to keep using avro conversion the input format will need to be adjusted.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
