JingsongLi commented on a change in pull request #9036:
[FLINK-13112][table-planner-blink] Support LocalZonedTimestampType in blink
URL: https://github.com/apache/flink/pull/9036#discussion_r301876094
##########
File path:
flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/api/ExecutionConfigOptions.java
##########
@@ -21,13 +21,24 @@
import org.apache.flink.configuration.ConfigOption;
import org.apache.flink.table.runtime.window.grouping.HeapWindowsGrouping;
+import java.time.ZoneId;
+
import static org.apache.flink.configuration.ConfigOptions.key;
/**
* This class holds configuration constants used by Flink's table module.
*/
public class ExecutionConfigOptions {
+ //
------------------------------------------------------------------------
+ // Timestamp Options
+ //
------------------------------------------------------------------------
+ public static final ConfigOption<String> SQL_EXEC_LOCAL_TIME_ZONE_ID =
+ key("sql.exec.local.time-zone-id")
Review comment:
In the future, I think we need set it to configuration, for now, I'll remove
it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services