This is an automated email from the ASF dual-hosted git repository.
bli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 6acd646 [FLINK-17084][table] Implement input type inference and
output type strategy for ARRAY/ROW/MAP built-in functions (#11701)
add 3bfeea1 [FLINK-16813][jdbc] JDBCInputFormat doesn't correctly map
Short
add aa9bcc1 [FLINK-16820][jdbc] support reading timestamp, data, and time
in JDBCTableSource
add 978d7e9 [FLINK-16815][jdbc] add e2e tests for reading primitive data
types from postgres with JDBCTableSource and PostgresCatalog
No new revisions were added by this update.
Summary of changes:
.../flink/api/java/io/jdbc/JdbcTypeUtil.java | 18 +----
.../api/java/io/jdbc/dialect/JDBCDialects.java | 1 -
.../row/converter/AbstractJDBCRowConverter.java | 23 +++++-
.../source/row/converter/JDBCRowConverter.java | 9 +++
.../io/jdbc/catalog/PostgresCatalogITCase.java | 10 +++
.../java/io/jdbc/catalog/PostgresCatalogTest.java | 17 +++--
.../io/jdbc/catalog/PostgresCatalogTestBase.java | 86 ++++++++++------------
7 files changed, 92 insertions(+), 72 deletions(-)