RussellSpitzer opened a new issue #2360: URL: https://github.com/apache/iceberg/issues/2360
While working on the addFiles procedure I found that it is currently impossible to use Spark's Avro or ORC writers in our test code because of classpath issues. See https://github.com/apache/iceberg/blob/f0a6b717dbf662caa9c762e72c47715a12625647/spark3-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestAddFilesProcedure.java#L90-L128 We Should probably fix this so that the Spark sources's for these modules work. Alternative we can change the code in these tests to manually generate ORC and Avro files but that seems like a workaround for a classpath issue we should probably clean up. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
