This is an automated email from the ASF dual-hosted git repository. fanjia pushed a change to branch 2.3.6-release in repository https://gitbox.apache.org/repos/asf/seatunnel.git
discard 1fd3bc9d09 [maven-release-plugin] prepare for next development iteration discard b27f2e725b [maven-release-plugin] prepare release 2.3.6 discard 69fe65b093 prepare release 2.3.6 discard 85134cdfca [Release][2.3.6][release-note] Add release-note add d003bd85b6 [Feature][Zeta] Added the metrics information of table statistics in multi-table mode (#7212) add 31e59cdf82 [Feature][Jdbc] Support hive compatibleMode add inceptor dialect (#7262) add d886495584 [Fix][Connector-V2] Fix doris TRANSFER_ENCODING header error (#7267) new 0017b8ef5e [Release][2.3.6][release-note] Add release-note new 1a60c3958c [maven-release-plugin] prepare release 2.3.6 new a1f46114a8 [maven-release-plugin] prepare for next development iteration This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (1fd3bc9d09) \ N -- N -- N refs/heads/2.3.6-release (a1f46114a8) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. 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: release-note.md | 3 + .../api/sink/multitablesink/MultiTableSink.java | 5 + .../seatunnel/connectors/doris/util/HttpUtil.java | 4 +- .../jdbc/internal/dialect/DatabaseIdentifier.java | 1 + .../internal/dialect/hive/HiveDialectFactory.java | 10 ++ .../InceptorDialect.java} | 16 ++- .../dialect/inceptor/InceptorJdbcRowConverter.java | 141 +++++++++++++++++++++ .../dialect/hive/HiveDialectFactoryTest.java} | 24 ++-- .../seatunnel/engine/e2e/MultiTableMetricsIT.java | 125 ++++++++++++++++++ .../batch_fake_multi_table_to_console.conf | 17 ++- .../engine/client/SeaTunnelClientTest.java | 114 +++++++++++++++++ .../batch_fake_multi_table_to_console.conf} | 19 ++- .../server/rest/RestHttpGetCommandProcessor.java | 74 ++++++++++- .../server/task/SeaTunnelSourceCollector.java | 53 ++++++-- .../engine/server/task/SourceSeaTunnelTask.java | 13 +- .../engine/server/task/flow/SinkFlowLifeCycle.java | 38 ++++++ 16 files changed, 611 insertions(+), 46 deletions(-) copy seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/{oracle/OracleJdbcRowConverter.java => inceptor/InceptorDialect.java} (73%) create mode 100644 seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/inceptor/InceptorJdbcRowConverter.java copy seatunnel-connectors-v2/connector-jdbc/src/{main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/hive/HiveDialectFactory.java => test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/hive/HiveDialectFactoryTest.java} (64%) create mode 100644 seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/MultiTableMetricsIT.java copy seatunnel-engine/seatunnel-engine-server/src/test/resources/fake_to_console.conf => seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/batch_fake_multi_table_to_console.conf (85%) copy seatunnel-engine/{seatunnel-engine-server/src/test/resources/fake_to_console.conf => seatunnel-engine-client/src/test/resources/batch_fake_multi_table_to_console.conf} (85%)