RussellSpitzer commented on pull request #2512:
URL: https://github.com/apache/iceberg/pull/2512#issuecomment-826881569
Took a brief look but I think once the gradle fixes are in there will be
more changes to make so I didn't go over the whole thing.
I think what we'll need to do is make a new configuration for Spark3.1
Testing (and maybe a new integration configuration for Spark3-Runtime)
something like
```
configurations {
spark30test extends from testRuntime
spark31test extends from testRuntime
}
```
Then in dependencies add the Spark dependency you want to each of those
configurations.
That's at least how I would do it
--
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]