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 6f9bca971f6 [FLINK-31321][Deployment/YARN] Yarn-session mode,
securityConfiguration supports dynamic configuration
new d95f69bb459 [FLINK-31450][table] Introduce ExecutableOperation for
operations to execute
new 768c09c5183 [FLINK-31450][table] Move execution logic of UseOperations
out from TableEnvironmentImpl
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:
.../internal/ExecutableOperationContextImpl.java | 30 ++++++-----
.../table/api/internal/TableEnvironmentImpl.java | 22 ++++----
.../table/operations/ExecutableOperation.java | 58 ++++++++++++++++++++++
.../table/operations/UseCatalogOperation.java | 11 +++-
.../table/operations/UseDatabaseOperation.java | 10 ++++
.../table/operations/UseModulesOperation.java | 20 +++++++-
.../flink/table/operations/UseOperation.java | 2 +-
7 files changed, 123 insertions(+), 30 deletions(-)
copy
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/partition/FileChannelMemoryMappedBoundedDataTest.java
=>
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/ExecutableOperationContextImpl.java
(53%)
mode change 100755 => 100644
create mode 100644
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/ExecutableOperation.java