[jira] [Commented] (FLINK-24924) TO_TIMESTAMP and TO_DATE should fail

2021-11-17 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17445660#comment-17445660 ] Jark Wu commented on FLINK-24924: - > I agree that exceptions are not optimal for streaming pipelines.

[jira] [Commented] (FLINK-24924) TO_TIMESTAMP and TO_DATE should fail

2021-11-17 Thread Timo Walther (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17445014#comment-17445014 ] Timo Walther commented on FLINK-24924: -- I agree that exceptions are not optimal for streaming

[jira] [Commented] (FLINK-24924) TO_TIMESTAMP and TO_DATE should fail

2021-11-16 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444963#comment-17444963 ] lincoln lee commented on FLINK-24924: - +1 to keep the current behavior and add a new option. I'd

[jira] [Commented] (FLINK-24924) TO_TIMESTAMP and TO_DATE should fail

2021-11-16 Thread godfrey he (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444957#comment-17444957 ] godfrey he commented on FLINK-24924: CAST is used at high frequencies, +1 keep the behavior before

[jira] [Commented] (FLINK-24924) TO_TIMESTAMP and TO_DATE should fail

2021-11-16 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444929#comment-17444929 ] Jark Wu commented on FLINK-24924: - I agree throw exception would be helpful in some cases, e.g. testing.

[jira] [Commented] (FLINK-24924) TO_TIMESTAMP and TO_DATE should fail

2021-11-16 Thread Jingsong Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444909#comment-17444909 ] Jingsong Lee commented on FLINK-24924: -- About cast and other functions... fail throw exception

[jira] [Commented] (FLINK-24924) TO_TIMESTAMP and TO_DATE should fail

2021-11-16 Thread Kurt Young (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444896#comment-17444896 ] Kurt Young commented on FLINK-24924: I would second [~TsReaper] 's concern and i remember we have

[jira] [Commented] (FLINK-24924) TO_TIMESTAMP and TO_DATE should fail

2021-11-16 Thread Caizhi Weng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444893#comment-17444893 ] Caizhi Weng commented on FLINK-24924: - Thanks for the mention. I don't quite like this idea. In a

[jira] [Commented] (FLINK-24924) TO_TIMESTAMP and TO_DATE should fail

2021-11-16 Thread Timo Walther (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444548#comment-17444548 ] Timo Walther commented on FLINK-24924: -- Interestingly, we just have a conversion in FLINK-24885.

[jira] [Commented] (FLINK-24924) TO_TIMESTAMP and TO_DATE should fail

2021-11-16 Thread Marios Trivyzas (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444522#comment-17444522 ] Marios Trivyzas commented on FLINK-24924: - I'm definitely +1 to throw exceptions by default for