gszadovszky opened a new pull request, #3199: URL: https://github.com/apache/parquet-java/pull/3199
<!-- Thanks for opening a pull request! If you're new to Parquet-Java, information on how to contribute can be found here: https://parquet.apache.org/docs/contribution-guidelines/contributing Please open a GitHub issue for this pull request: https://github.com/apache/parquet-java/issues/new/choose and format pull request title as below: GH-${GITHUB_ISSUE_ID}: ${SUMMARY} or simply use the title below if it is a minor issue: MINOR: ${SUMMARY} --> ### Rationale for this change Trusted classes are only able to be specified by their packages (and super packages) which is not precise enough. ### What changes are included in this PR? Allow to set the trusted classes by their names directly. Also, remove the default packages so the user must specify the classes they want to allow to be loaded. ### Are these changes tested? Covered by TestStringBehavior.test*ValidationFail ### Are there any user-facing changes? Introduced the new Parquet/Hadoop property `parquet.avro.serializable.classes` <!-- Please uncomment the line below and replace ${GITHUB_ISSUE_ID} with the actual Github issue id. --> Closes #3198 -- 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]
