This is an automated email from the ASF dual-hosted git repository.
aloyszhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
from 5c722da844 [INLONG-11132][SDK] Transform SQL support parsing SIMILAR
TO (#11133)
add 0122aa4384 [INLONG-11129][Sort] Enhanced source metric instrumentation
for InLong Sort Flink Connector (#11130)
No new revisions were added by this update.
Summary of changes:
.../org/apache/inlong/sort/base/Constants.java | 14 ++
.../sort/base/metric/SourceExactlyMetric.java | 143 +++++++++++++++++++++
.../sort/postgre/DebeziumSourceFunction.java | 57 +++++++-
.../inlong/sort/postgre/PostgreSQLSource.java | 11 +-
.../inlong/sort/postgre/PostgreSQLTableSource.java | 2 +-
.../postgre/RowDataDebeziumDeserializeSchema.java | 41 +++---
6 files changed, 250 insertions(+), 18 deletions(-)