kbendick commented on a change in pull request #3428:
URL: https://github.com/apache/iceberg/pull/3428#discussion_r739885921
##########
File path: build.gradle
##########
@@ -1104,6 +1104,8 @@ project(":iceberg-spark3-extensions") {
testCompile project(path: ':iceberg-spark', configuration: 'testArtifacts')
testCompile project(path: ':iceberg-spark3', configuration:
'testArtifacts')
+ testCompile "org.apache.avro:avro"
Review comment:
In the original PR https://github.com/apache/iceberg/pull/3273, this was
in `spark/v3.0/build.gradle`. But we're not including the structural refactor
in the point release.
Additionally, this was `testImplementation`. Given that the above
dependencies were also changed to `testImplementation`, I chose to be
consistent and use `testCompile`.
--
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]