Paul Lin created FLINK-15560: -------------------------------- Summary: Timestamp literal support for startFromTimestamp in KafkaTableSource Key: FLINK-15560 URL: https://issues.apache.org/jira/browse/FLINK-15560 Project: Flink Issue Type: Improvement Reporter: Paul Lin
The follow-up work for FLINK-15220 which leaves timestamp literal support unimplemented, because the time zone is not available for the user-specified timestamps in form of `yyyy-MM-dd HH:mm:ss[.SSS]`, as `TableConfig` is not yet exposed to `TableFactory`. Explicitly setting time zones in the timestamp literals may be an option, but it is a bit troublesome and may result in inconsistency if we get different time zones in timestamp literals and `TableConfig`. -- This message was sent by Atlassian Jira (v8.3.4#803005)