You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by "e-mhui (via GitHub)" <gi...@apache.org> on 2023/04/03 13:01:20 UTC

[GitHub] [inlong] e-mhui opened a new pull request, #7776: [INLONG-7762][Sort] Fix capturing unrelated tables when open DDL change detection

e-mhui opened a new pull request, #7776:
URL: https://github.com/apache/inlong/pull/7776

   ### Prepare a Pull Request
   
   [INLONG-7762][Sort] Fix capturing unrelated tables when open DDL change detection
   
   - Fixes #7762 
   
   ### Motivation
   
   Fix capturing unrelated tables when open DDL change detection
   
   ### Modifications
   
   Remove the following code.
   
   ```java
               // for create table ddl, there's no table change events
               // still we need to generate a ddl message
               if (tableChanges.isEmpty()) {
                   outputDdlElement(element, output, splitState, null);
               }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang merged pull request #7776: [INLONG-7762][Sort] Fix capturing unrelated tables when open DDL change detection

Posted by "dockerzhang (via GitHub)" <gi...@apache.org>.
dockerzhang merged PR #7776:
URL: https://github.com/apache/inlong/pull/7776


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org