rdblue commented on pull request #1166: URL: https://github.com/apache/iceberg/pull/1166#issuecomment-655651717
Just to clarify, the reason why the tests are abstract in the iceberg-spark module is that they cannot run in that module. IcebergSource is only defined in the iceberg-spark2 and iceberg-spark3 modules. We want to use the same tests in those modules, but not run them where there is no defined source that can load tables. I'll rebase this to fix the conflict. ---------------------------------------------------------------- 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]
