HuaHuaY opened a new pull request, #3402: URL: https://github.com/apache/parquet-java/pull/3402
### Rationale for this change Remove redundant `MAP_KEY_VALUE` annotation which is not required in parquet's spec. ### What changes are included in this PR? `ConversionPatterns` will not pass `LogicalTypeAnnotation.MapKeyValueTypeAnnotation` to `GroupType` function. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. The `MAP_KEY_VALUE` annotation at inner level of thrift structure `map<..., ...>` will be removed. Closes #3401 -- 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]
