This is an automated email from the ASF dual-hosted git repository.
dianfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from a6092b1176d [hotfix] Fix broken link
add bca164f97d8 [FLINK-29353][table] Supports UNIX_TIMESTAMP built-in
function in Table API
No new revisions were added by this update.
Summary of changes:
docs/data/sql_functions.yml | 2 ++
docs/data/sql_functions_zh.yml | 2 ++
flink-python/pyflink/table/expressions.py | 23 +++++++++++++--
.../pyflink/table/tests/test_expression.py | 7 ++++-
.../org/apache/flink/table/api/Expressions.java | 33 ++++++++++++++++++++++
.../table/api/ImplicitExpressionConversions.scala | 22 +++++++++++++++
.../functions/BuiltInFunctionDefinitions.java | 14 +++++++++
.../expressions/converter/DirectConvertRule.java | 2 ++
.../plan/stream/sql/NonDeterministicDagTest.xml | 4 +--
.../planner/expressions/TemporalTypesTest.scala | 13 +++++++--
10 files changed, 115 insertions(+), 7 deletions(-)