huaxingao commented on code in PR #12494:
URL: https://github.com/apache/iceberg/pull/12494#discussion_r2048242486


##########
build.gradle:
##########
@@ -760,6 +763,7 @@ project(':iceberg-hive-metastore') {
     testImplementation project(path: ':iceberg-api', configuration: 
'testArtifacts')
     testImplementation project(path: ':iceberg-core', configuration: 
'testArtifacts')
     testImplementation libs.awaitility
+    testImplementation 'com.zaxxer:HikariCP:5.1.0'

Review Comment:
   somehow after I changed to `DBCP`, I started to have 
   ```
   > Task :iceberg-spark:iceberg-spark-runtime-4.0_2.13:integrationTest FAILED
   ```
   It doesn't have any additional information. 
   
   If I run  `./gradlew 
:iceberg-spark:iceberg-spark-runtime-4.0_2.13:integrationTest` on my local, it 
always passes.
   
   Now even after I switched back to `HikariCP`. `Task 
:iceberg-spark:iceberg-spark-runtime-4.0_2.13:integrationTest ` still failed.
   
   



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