This is an automated email from the ASF dual-hosted git repository.
aljoscha pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 2ed38c1 [FLINK-17547][task] Implement getUnconsumedSegment for
spilled buffers
new c34a4f2 [FLINK-17361] Add custom query on JDBC tables
new ecc464a [FLINK-17361] Refactor JdbcTableSourceITCase to use
TableResult instead of StreamITCase
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:
docs/dev/table/connect.md | 6 +-
.../jdbc/internal/options/JdbcReadOptions.java | 29 ++++++--
.../connector/jdbc/table/JdbcTableSource.java | 9 ++-
.../jdbc/table/JdbcTableSourceSinkFactory.java | 6 ++
.../flink/table/descriptors/JdbcValidator.java | 2 +
.../jdbc/table/JdbcTableSourceITCase.java | 83 ++++++++++++++++------
.../jdbc/table/JdbcTableSourceSinkFactoryTest.java | 2 +
7 files changed, 107 insertions(+), 30 deletions(-)