You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2021/05/10 07:01:50 UTC

[flink] branch master updated (a8d53cf -> 9251286)

This is an automated email from the ASF dual-hosted git repository.

jark pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from a8d53cf  [hotfix][docs] Fix image links
     add 9251286  [FLINK-22525][table-api] Fix gmt format in Flink from GMT-8:00 to GMT-08:00 (#15859)

No new revisions were added by this update.

Summary of changes:
 docs/content.zh/docs/connectors/table/filesystem.md   |  2 +-
 docs/content/docs/connectors/table/filesystem.md      |  2 +-
 docs/data/sql_functions.yml                           |  2 +-
 .../generated/table_config_configuration.html         |  2 +-
 flink-python/pyflink/datastream/connectors.py         |  2 +-
 flink-python/pyflink/table/table_config.py            |  4 ++--
 .../runtime/operators/windowing/TimeWindowTest.java   |  2 +-
 .../java/org/apache/flink/table/api/TableConfig.java  |  2 +-
 .../flink/table/api/config/TableConfigOptions.java    |  2 +-
 .../org/apache/flink/table/api/TableConfigTest.java   | 19 ++++++++++++++++---
 .../flink/table/filesystem/FileSystemOptions.java     |  2 +-
 .../table/filesystem/FileSystemTableFactory.java      |  2 +-
 .../flink/table/runtime/util/TimeWindowUtil.java      |  4 ++--
 .../table/filesystem/FileSystemTableFactoryTest.java  |  2 +-
 .../window/SlicingWindowAggOperatorTest.java          |  4 ++--
 15 files changed, 33 insertions(+), 20 deletions(-)