This is an automated email from the ASF dual-hosted git repository.
shenghang pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
from 00b87e2c12 [Improve][doc]Optimize the introduction of schema
parameters in documents (#10385)
add 4be926aff2 [Fix][Transform-V2][DataValidator] Fix ROUTE_TO_TABLE
routing when tableId has db/schema prefix (#10368)
No new revisions were added by this update.
Summary of changes:
.../introduction/concepts/incompatible-changes.md | 1 +
.../introduction/concepts/incompatible-changes.md | 3 +-
.../e2e/transform/TestDataValidatorIT.java | 8 ++
...a_validator_route_to_table_with_db_prefix.conf} | 8 +-
.../validator/DataValidatorTransform.java | 67 +++++++---
.../validator/DataValidatorTransformTest.java | 143 +++++++++++++++++++++
6 files changed, 205 insertions(+), 25 deletions(-)
copy
seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-1/src/test/resources/{data_validator_route_to_table.conf
=> data_validator_route_to_table_with_db_prefix.conf} (96%)
create mode 100644
seatunnel-transforms-v2/src/test/java/org/apache/seatunnel/transform/validator/DataValidatorTransformTest.java