RussellSpitzer commented on code in PR #13769:
URL: https://github.com/apache/iceberg/pull/13769#discussion_r2263211900


##########
build.gradle:
##########
@@ -341,6 +341,7 @@ project(':iceberg-core') {
     api project(':iceberg-api')
     implementation project(':iceberg-common')
     implementation project(path: ':iceberg-bundled-guava', configuration: 
'shadow')
+    testRuntimeOnly project(':iceberg-parquet')

Review Comment:
   Allows tests to use parquet while running (it's only loaded via reflection)



-- 
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]

Reply via email to