This is an automated email from the ASF dual-hosted git repository.
dwysakowicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 667cacc0ef0 [FLINK-38690][python] Support adjusting log level for
python worker (#27247)
add 0bd9ae03e70 [FLINK-38701] Validate timezone and pattern literals in
TO_TIMESTAMP_LTZ
No new revisions were added by this update.
Summary of changes:
.../functions/BuiltInFunctionDefinitions.java | 15 +-
.../strategies/SpecificInputTypeStrategies.java | 3 +
.../ToTimestampLtzInputTypeStrategy.java | 191 +++++++++++++++++++++
.../planner/functions/TimeFunctionsITCase.java | 60 +++++--
4 files changed, 243 insertions(+), 26 deletions(-)
create mode 100644
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/inference/strategies/ToTimestampLtzInputTypeStrategy.java