pjfanning opened a new pull request, #2853: URL: https://github.com/apache/drill/pull/2853
## Description https://issues.apache.org/jira/browse/DRILL-8465 I'm not happy with the class check here. I don't know to what extent that we need to support subclasses that a user might make of Iceberg classes. If we need to support subclasses of Iceberg classes, it might be better to support a config option that allows users to extend the allow list for classes in this deserialization code. In this PR, the allow list is: * java primitives * java/javax classes * org.apache.iceberg classes * org.apache.drill classes * arrays of the types listed above * messiest bit is the support for any subclass of iceberg ScanTask class -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org