This is an automated email from the ASF dual-hosted git repository.
twalthr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from da7c685 [FLINK-23280][python] Fix the issue that Python
ExplainDetails does not have JSON_EXECUTION_PLAN option
new 16138f9 [hotfix][table-planner] Expose returning the only raw results
if possible
new 3f7f47d [FLINK-23067][table-api-java] Introduce
Table#executeInsert(TableDescriptor)
new c5f2a01 [hotfix][table-api-java] Improve JavaDocs for DML behavior
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:
.../java/org/apache/flink/table/api/Table.java | 104 +++++++++++++++++++--
.../apache/flink/table/api/TableEnvironment.java | 49 +++++++---
.../apache/flink/table/api/internal/TableImpl.java | 13 +++
.../factories/TestValuesRuntimeFunctions.java | 17 +++-
.../planner/factories/TestValuesTableFactory.java | 10 ++
.../runtime/stream/table/TableSinkITCase.scala | 23 ++++-
6 files changed, 195 insertions(+), 21 deletions(-)