singhpk234 commented on code in PR #7391:
URL: https://github.com/apache/iceberg/pull/7391#discussion_r1174056807


##########
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/source/TestMetadataTableReadableMetrics.java:
##########
@@ -190,6 +191,7 @@ private GenericRecord createNestedRecord(Long longCol, 
Double doubleCol) {
   }
 
   @Test
+  @Ignore

Review Comment:
   Added the analysis of this failure here : 
https://github.com/apache/iceberg/pull/7391#discussion_r1173527238, both are 
the same UT just in different spark verions



##########
build.gradle:
##########
@@ -271,6 +273,11 @@ project(':iceberg-bundled-guava') {
 }
 
 project(':iceberg-api') {
+  test {
+      if (JavaVersion.current() == JavaVersion.VERSION_17) {

Review Comment:
   ACK



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