This is an automated email from the ASF dual-hosted git repository.
twalthr pushed a change to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git.
from aceaca6 [FLINK-13221][table-planner-blink] Blink planner should set
ScheduleMode to LAZY_FROM_SOURCES_WITH_BATCH_SLOT_REQUEST for batch jobs (1.9)
new f2db40b [FLINK-13266] [table] move ExpressionParserException &
UnresolvedException to table-common module
new 8563649 [FLINK-13266] [table] remove definedTimeAttributes file in
blink planner
The 2 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:
.../flink/table/api/ExpressionParserException.java | 11 ++-
.../flink/table/api/UnresolvedException.java | 12 ++-
.../table/api/ExpressionParserException.scala | 60 --------------
.../expressions/PlannerExpressionParserImpl.scala | 2 +-
.../apache/flink/table/expressions/composite.scala | 2 +-
.../flink/table/expressions/fieldExpression.scala | 12 +--
.../table/sources/definedTimeAttributes.scala | 95 ----------------------
.../org/apache/flink/table/api/exceptions.scala | 10 ---
.../expressions/PlannerExpressionParserImpl.scala | 2 +-
.../apache/flink/table/expressions/composite.scala | 2 +-
.../flink/table/expressions/fieldExpression.scala | 12 +--
11 files changed, 26 insertions(+), 194 deletions(-)
copy
flink-filesystems/flink-azure-fs-hadoop/src/main/java/org/apache/flink/fs/azurefs/SecureAzureFSFactory.java
=>
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/ExpressionParserException.java
(78%)
copy
flink-filesystems/flink-azure-fs-hadoop/src/main/java/org/apache/flink/fs/azurefs/SecureAzureFSFactory.java
=>
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/UnresolvedException.java
(78%)
delete mode 100644
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/api/ExpressionParserException.scala
delete mode 100644
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/sources/definedTimeAttributes.scala