You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/09/26 10:41:27 UTC

[GitHub] [iceberg] kingwind94 opened a new issue, #5858: Flink version after 1.14.3 failed to pass test cases: TestChangeLogTable.testChangeLogOnDataKey()

kingwind94 opened a new issue, #5858:
URL: https://github.com/apache/iceberg/issues/5858

   ### Apache Iceberg version
   
   0.13.1
   
   ### Query engine
   
   Flink
   
   ### Please describe the bug 🐞
   
   I'm using version 1.14.5 for my flink cluster, and the 1.14 iceberg-flink connector is 1.14.0. I thought it is not a big deal to upgrade 1.14.0  to 1.14.5  (acutually bugs happened after 1.14.3).  It turned out that iceber-flink confused the Rowkind of rowdata and it gained a wrong result. 
   
   Expected :[Record(1, aaa), Record(2, ccc), Record(2, aaa), Record(1, ccc)]
   Actual   :[Record(1, aaa), Record(2, bbb), Record(2, ccc), Record(2, aaa), Record(1, bbb, 1, false), Record(1, ccc)]
   
   I tried to discovery which flink modules affect the result, but could not find it. Some APIs are changed, totally a mess. 


-- 
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: issues-unsubscribe@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] kingwind94 commented on issue #5858: Flink version after 1.14.3 failed to pass test cases: TestChangeLogTable.testChangeLogOnDataKey()

Posted by GitBox <gi...@apache.org>.
kingwind94 commented on issue #5858:
URL: https://github.com/apache/iceberg/issues/5858#issuecomment-1296704770

   I figure the problem myself... Set the  table configuration "table.exec.sink.upsert-materialize" to "NONE" will pass the case.
   
   Flink 1.14.3 add an upsert materialize view before the sink, which could cause the problem.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] github-actions[bot] closed issue #5858: Flink version after 1.14.3 failed to pass test cases: TestChangeLogTable.testChangeLogOnDataKey()

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #5858: Flink version after 1.14.3 failed to pass test cases: TestChangeLogTable.testChangeLogOnDataKey()
URL: https://github.com/apache/iceberg/issues/5858


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] luoyuxia commented on issue #5858: Flink version after 1.14.3 failed to pass test cases: TestChangeLogTable.testChangeLogOnDataKey()

Posted by GitBox <gi...@apache.org>.
luoyuxia commented on issue #5858:
URL: https://github.com/apache/iceberg/issues/5858#issuecomment-1296463982

   @kingwind94  Could you please explain which test method will fail?


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] github-actions[bot] commented on issue #5858: Flink version after 1.14.3 failed to pass test cases: TestChangeLogTable.testChangeLogOnDataKey()

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #5858:
URL: https://github.com/apache/iceberg/issues/5858#issuecomment-1528902326

   This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] kingwind94 commented on issue #5858: Flink version after 1.14.3 failed to pass test cases: TestChangeLogTable.testChangeLogOnDataKey()

Posted by GitBox <gi...@apache.org>.
kingwind94 commented on issue #5858:
URL: https://github.com/apache/iceberg/issues/5858#issuecomment-1257838364

   ps. the Iceberg version is tag 0.13.2.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] github-actions[bot] commented on issue #5858: Flink version after 1.14.3 failed to pass test cases: TestChangeLogTable.testChangeLogOnDataKey()

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #5858:
URL: https://github.com/apache/iceberg/issues/5858#issuecomment-1608506450

   This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org