Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INLONG-6152][Sort] MySQL connector support filtering kinds of row data #6173

Merged
merged 8 commits into from
Oct 19, 2022

Conversation

EMsnap
Copy link
Contributor

@EMsnap EMsnap commented Oct 13, 2022

Motivation

Add Row kind validator to filter different kinds of rowData
Supports four row kinds to be flitered :
INSERT UPDATE_BEFORE UPDATE_AFTER DELETE.

Modifications

Add Row kind validator to filter different kinds of rowData
Add a parameter for mysql extract node named rowKindsFiltered

Verifying this change

run AllMigrateTest

@healchow healchow changed the title [INLONG-6152][Sort] Mysql connector support filtering kinds of row data [INLONG-6152][Sort] MySQL connector support filtering kinds of row data Oct 19, 2022
@EMsnap EMsnap merged commit bedbb51 into apache:master Oct 19, 2022
Yizhou-Yang added a commit to Yizhou-Yang/inlong-yyz that referenced this pull request Oct 24, 2022
* feature-master: (24 commits)
  [INLONG-6256][Sort] Support debezium-json format with schema parse for DebeziumJsonDynamicSchemaFormat (apache#6259)
  [INLONG-6236][CVE] Unified the hive is 3.1.3 after fixed CVE-2021-34538 (apache#6262)
  [INLONG-6251][Agent] Fix the ConcurrentModification error in the unit test (apache#6252)
  [INLONG-6174][Sort] MySql connector support meta data with debezium format  (apache#6210)
  [INLONG-6243][Sort] Support custom name for Sort job (apache#6244)
  [INLONG-6239][InLong] Add inlongctl in the root directory (apache#6240)
  [INLONG-6236][CVE] Fix the CVE-2022-42003 for jackson-databind (apache#6237)
  [INLONG-6241][Docker] Add manager and audit database name configuration (apache#6242)
  [INLONG-6220][Manager] Support query cluster nodes by the manager client (apache#6221)
  [INLONG-6234][DataProxy] Adjust the source report information acquisition source (apache#6235)
  [INLONG-6151][Manager] Add data cleansing task and optimize query indexes (apache#6168)
  [INLONG-6224][Sort] Import schema and data parsing ability for DynamicSchemaFormat (apache#6225)
  [INLONG-6188] join supports multiple fields (apache#6189)
  [INLONG-6207][Agent] Optimize the unit test for TestSQLServerReader (apache#6208)
  [INLONG-6231][CVE] Upgrade org.apache.hive:hive-exec to 3.1.3 (apache#6199)
  [INLONG-6222][Manager] Fix parse source status failure in Command tools (apache#6223)
  [INLONG-6152][Sort] MySQL connector support filtering kinds of row data (apache#6173)
  [INLONG-6228][DataProxy] Modify the default values of the dataproxy-tube.conf file (apache#6229)
  [INLONG-6209][Manager] Clean and reuse code for DataNode (apache#6211)
  [INLONG-6194][Agent] Support parsing metrics for different components (apache#6195)
  ...
@EMsnap EMsnap deleted the 6152 branch May 30, 2023 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][Sort] MySQL connector support filtering kinds of row data
5 participants