steveloughran commented on PR #15153: URL: https://github.com/apache/iceberg/pull/15153#issuecomment-3811565199
> Would it possible to add hadoop 3.3.4 for spark 3.4 only? If combined with reflection-based bulk delete, it'd validate nicely that all is good. core would be able to test bulk delete API against local fs, spark 3.4 and 3.5 test runs would be the regression suites. It will need that reflection invocation via DynMethods. FWIW we designed an API wrapper to be easy to access via reflection, after the parquet experience: org.apache.hadoop.io.wrappedio.WrappedIO This means reflection isn't that complex -- 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]
