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

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


    from 50dcd81  [FLINK-22350][python][docs] Add documentation for 
user-defined window in Python DataStream API
     new 74c6a06  [FLINK-22354][table-planner] Fix the timestamp function 
return value precision isn't matching with declared DataType
     new d919168  [FLINK-22354][table] Remove the strict precision check of 
time attribute field
     new cdf65b6  [FLINK-22354][table] Fix TIME field display in sql-client

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/data/sql_functions.yml                        |  8 +--
 .../delegation/hive/SqlFunctionConverter.java      |  4 +-
 .../flink/table/catalog/DefaultSchemaResolver.java | 21 ++++--
 .../flink/table/catalog/SchemaResolutionTest.java  |  3 +-
 .../org/apache/flink/table/utils/PrintUtils.java   | 24 ++++++-
 .../flink/table/utils/TimestampStringUtils.java    | 77 +++++++++++++++++++++-
 .../apache/flink/table/utils/PrintUtilsTest.java   | 18 +++--
 .../functions/sql/FlinkSqlOperatorTable.java       | 18 +++--
 ...unction.java => FlinkSqlTimestampFunction.java} | 27 ++++++--
 .../plan/stream/sql/SourceWatermarkTest.xml        | 19 ++++++
 .../flink/table/api/TableEnvironmentTest.scala     | 12 ++++
 .../expressions/NonDeterministicTests.scala        | 10 +--
 .../planner/expressions/ScalarFunctionsTest.scala  | 55 +++++++++-------
 .../plan/stream/sql/SourceWatermarkTest.scala      | 20 ++++++
 .../plan/stream/sql/WindowTableFunctionTest.scala  |  2 +-
 15 files changed, 254 insertions(+), 64 deletions(-)
 rename 
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/functions/sql/{SqlCurrentTimestampFunction.java
 => FlinkSqlTimestampFunction.java} (54%)

Reply via email to