[jira] [Commented] (FLINK-31778) Casting array of rows produces incorrect result

2023-10-01 Thread Ilya Soin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17770889#comment-17770889 ] Ilya Soin commented on FLINK-31778: ---

[jira] [Commented] (FLINK-31778) Casting array of rows produces incorrect result

2023-09-29 Thread david radley (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17770463#comment-17770463 ] david radley commented on FLINK-31778: -- [~soin08]  It looks like this is fixed in master

[jira] [Commented] (FLINK-31778) Casting array of rows produces incorrect result

2023-09-29 Thread david radley (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17770414#comment-17770414 ] david radley commented on FLINK-31778: -- [~nictownsend]  I have done a test on the scenario you

[jira] [Commented] (FLINK-31778) Casting array of rows produces incorrect result

2023-09-12 Thread Nic Townsend (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17764197#comment-17764197 ] Nic Townsend commented on FLINK-31778: -- Hi, I have encountered this in an additional scenario:    

[jira] [Commented] (FLINK-31778) Casting array of rows produces incorrect result

2023-04-21 Thread Ilya Soin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17714871#comment-17714871 ] Ilya Soin commented on FLINK-31778: --- Hi [~jark], done: https://github.com/apache/flink/pull/22412 >

[jira] [Commented] (FLINK-31778) Casting array of rows produces incorrect result

2023-04-16 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17712856#comment-17712856 ] Jark Wu commented on FLINK-31778: - [~soin08] sure, I assigned this issue to you. Looking forward to the

[jira] [Commented] (FLINK-31778) Casting array of rows produces incorrect result

2023-04-16 Thread Ilya Soin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17712839#comment-17712839 ] Ilya Soin commented on FLINK-31778: --- Hi [~jark], thanks for the input! As I understand, copying

[jira] [Commented] (FLINK-31778) Casting array of rows produces incorrect result

2023-04-13 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17711809#comment-17711809 ] Jark Wu commented on FLINK-31778: - Hi [~soin08], nice catch! However, constructing BinaryRowWriter and

[jira] [Commented] (FLINK-31778) Casting array of rows produces incorrect result

2023-04-12 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17711365#comment-17711365 ] Martijn Visser commented on FLINK-31778: [~soin08] Nice ticket, thanks for the reproducer.

[jira] [Commented] (FLINK-31778) Casting array of rows produces incorrect result

2023-04-12 Thread Ilya Soin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17711359#comment-17711359 ] Ilya Soin commented on FLINK-31778: --- Proposed solution: move these to statements instead of class

[jira] [Commented] (FLINK-31778) Casting array of rows produces incorrect result

2023-04-12 Thread Ilya Soin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17711356#comment-17711356 ] Ilya Soin commented on FLINK-31778: --- The problem appears to be in the codegen of casting row to row: