[jira] [Updated] (FLINK-19740) Error in to_pandas for table containing event time: class java.time.LocalDateTime cannot be cast to class java.sql.Timestamp

2020-10-20 Thread Alex Hall (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Hall updated FLINK-19740: -- Description: In a nutshell, if I create a table with an event time column: {{CREATE TABLE

[jira] [Updated] (FLINK-19740) Error in to_pandas for table containing event time: class java.time.LocalDateTime cannot be cast to class java.sql.Timestamp

2020-10-20 Thread Alex Hall (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Hall updated FLINK-19740: -- Description: In a nutshell, if I create a table with an event time column: {{CREATE TABLE

[jira] [Created] (FLINK-19739) CompileException when windowing in batch mode: A method named "replace" is not declared in any enclosing class nor any supertype

2020-10-20 Thread Alex Hall (Jira)
Alex Hall created FLINK-19739: - Summary: CompileException when windowing in batch mode: A method named "replace" is not declared in any enclosing class nor any supertype Key: FLINK-19739 URL:

[jira] [Created] (FLINK-19740) Error in to_pandas for table containing event time: class java.time.LocalDateTime cannot be cast to class java.sql.Timestamp

2020-10-20 Thread Alex Hall (Jira)
Alex Hall created FLINK-19740: - Summary: Error in to_pandas for table containing event time: class java.time.LocalDateTime cannot be cast to class java.sql.Timestamp Key: FLINK-19740 URL:

[jira] [Commented] (FLINK-19792) Interval join with equal time attributes is not recognized

2020-10-23 Thread Alex Hall (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17219737#comment-17219737 ] Alex Hall commented on FLINK-19792: --- Fortunately just "ts >= ts2 && ts <= ts2" seems to work fine. >