usberkeley commented on PR #12232:
URL: https://github.com/apache/hudi/pull/12232#issuecomment-2474015841

   It's so strange, the local CI is OK 
(`testSecondaryIndexWithClusteringAndCleaning`).
   
   Additionally, the line numbers for 
`TestSecondaryIndexPruning#testSecondaryIndexWithClusteringAndCleaning` in the 
CI don't match those in the master branch, indicating that the CI is using an 
outdated version.
   
   `TestSecondaryIndexPruning#testSecondaryIndexWithClusteringAndCleaning` 
   1) the line number in master : 974
   2) the line number in CI: 1080 (**See below**)
   
   
   ``` java 
   Error:  [1] 
tableType=COPY_ON_WRITE(testSecondaryIndexWithClusteringAndCleaning(HoodieTableType))
  Time elapsed: 12.415 s  <<< ERROR!
   org.scalatest.exceptions.TestFailedException: Expected 
Array([cde$row2,false], [def$row3,false], [fgh$row2,false], [xyz$row1,false]), 
but got Array([def$row3,false], [efg$row2,false], [fgh$row2,false], 
[xyz$row1,false])
        at 
org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472)
        at 
org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:471)
        at 
org.scalatest.Assertions$.newAssertionFailedException(Assertions.scala:1231)
        at org.scalatest.Assertions.assertResult(Assertions.scala:867)
        at org.scalatest.Assertions.assertResult$(Assertions.scala:863)
        at org.scalatest.Assertions$.assertResult(Assertions.scala:1231)
        at 
org.apache.hudi.functional.TestSecondaryIndexPruning.checkAnswer(TestSecondaryIndexPruning.scala:1180)
        at 
   // See Here, the line number in CI is 1080
   
org.apache.hudi.functional.TestSecondaryIndexPruning.testSecondaryIndexWithClusteringAndCleaning(TestSecondaryIndexPruning.scala:1080)
 
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
   ```


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

Reply via email to