openinx commented on PR #4521:
URL: https://github.com/apache/iceberg/pull/4521#issuecomment-1091164680

   The failure case is : 
   
   ```
   org.apache.iceberg.flink.TestFlinkUpsert > 
testPrimaryKeyFieldsAtEndOfTableSchema[catalogName=testhadoop, 
baseNamespace=default, format=PARQUET, isStreaming=true] FAILED
       java.lang.AssertionError: 
       Expecting:
         [+I[3, bbb, 2022-03-01], +I[1, aaa, 2022-03-01]]
       to contain exactly in any order:
         [+I[2, aaa, 2022-03-01], +I[3, bbb, 2022-03-01]]
       elements not found:
         [+I[2, aaa, 2022-03-01]]
       and elements not expected:
         [+I[1, aaa, 2022-03-01]]
           at 
org.apache.iceberg.flink.TestHelpers.assertRows(TestHelpers.java:137)
           at 
org.apache.iceberg.flink.TestFlinkUpsert.testPrimaryKeyFieldsAtEndOfTableSchema(TestFlinkUpsert.java:262)
   ```
   
   Let's discuss there : https://github.com/apache/iceberg/issues/4515 . 
   
   This PR looks good to me overall.


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