deepakpanda93 commented on issue #15413: URL: https://github.com/apache/hudi/issues/15413#issuecomment-5343481174
This issue was reviewed as part of the JIRA-migrated backlog triage and is being closed as already fixed. The ask here was to upgrade Parquet once the nested-field problem was addressed upstream. That upgrade has landed and shipped. Verified by reading the default `parquet.version` from the root `pom.xml` at five refs rather than relying on a fixVersion: | ref | default parquet.version | |---|---| | release-0.12.0 | 1.10.1 | | release-1.0.0 | 1.10.1 | | release-1.1.0 | 1.10.1 | | **release-1.2.0** | **1.13.1** | | master | 1.13.1 | The bump is `9a988c248736` (*"fix: Update default Parquet version to 1.13.1"*, PR #17941). Containment checked explicitly: comparing it against `release-1.2.0` reports `ahead`. One limit worth stating: I verified the version bump, not the nested-array read behaviour itself - I did not re-run the reproducers from #5985 / #5701 against 1.13.1. If nested array reads still fail on 1.2.0, that would be a new defect against the current Parquet version rather than this ticket, whose precondition is now met. Closing as fixed in **1.2.0**. -- 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]
