[jira] [Commented] (FLINK-31835) DataTypeHint don't support Row>

2023-12-07 Thread Timo Walther (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794179#comment-17794179 ] Timo Walther commented on FLINK-31835: -- {quote} My only concern is the compatibility problem. What

[jira] [Commented] (FLINK-31835) DataTypeHint don't support Row>

2023-11-14 Thread xuyang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17786151#comment-17786151 ] xuyang commented on FLINK-31835: Hi, [~aitozi]. Sorry for this noise, can you check if the incompatible

[jira] [Commented] (FLINK-31835) DataTypeHint don't support Row>

2023-04-25 Thread Aitozi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716538#comment-17716538 ] Aitozi commented on FLINK-31835: [~jark] The PR have passed the CI and I think the current solution will

[jira] [Commented] (FLINK-31835) DataTypeHint don't support Row>

2023-04-25 Thread Aitozi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716209#comment-17716209 ] Aitozi commented on FLINK-31835: Yes, the reason is shown above. I have pushed a PR to try to solve

[jira] [Commented] (FLINK-31835) DataTypeHint don't support Row>

2023-04-25 Thread jeff-zou (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17716152#comment-17716152 ] jeff-zou commented on FLINK-31835: -- hi [~jark] [~aitozi]  Under Flink 1.15, how do I solve this

[jira] [Commented] (FLINK-31835) DataTypeHint don't support Row>

2023-04-24 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17715658#comment-17715658 ] Jark Wu commented on FLINK-31835: - This sounds good to me. My only concern is the compatibility problem.

[jira] [Commented] (FLINK-31835) DataTypeHint don't support Row>

2023-04-23 Thread Aitozi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17715474#comment-17715474 ] Aitozi commented on FLINK-31835: The first thought in my mind is that the conversion class for atomic

[jira] [Commented] (FLINK-31835) DataTypeHint don't support Row>

2023-04-23 Thread Aitozi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17715466#comment-17715466 ] Aitozi commented on FLINK-31835: When creating Array CollectionDataType it will use the array's element

[jira] [Commented] (FLINK-31835) DataTypeHint don't support Row>

2023-04-23 Thread Aitozi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17715464#comment-17715464 ] Aitozi commented on FLINK-31835: In this case, ARRAY will still maps to {{ArrayObjectArrayConverter}}.

[jira] [Commented] (FLINK-31835) DataTypeHint don't support Row>

2023-04-22 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17715358#comment-17715358 ] Jark Wu commented on FLINK-31835: - Hi [~jeff-zou], thanks for reporting this. I think this is expected.