steveloughran commented on PR #15436: URL: https://github.com/apache/iceberg/pull/15436#issuecomment-3954179728
There's something else to consider here. Do we need full reflection given the method is available at compile time? Instead, only use the operations if enabled, catch link failures and report better. then there'd be spark tests where 4.0 and 4.1 verify the operation is there, 3.x expect failure when requested. -- 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]
