VampireAchao opened a new pull request, #3459:
URL: https://github.com/apache/incubator-streampark/pull/3459

   <!--
   Thank you for contributing to StreamPark! Please make sure that your code 
changes
   are covered with tests. And in case of new features or big changes,
   remember to adjust the documentation.
   
   ## Contribution Checklist
   
     - If this is your first time, please read our contributor guidelines: 
[Submit Code](https://streampark.apache.org/community/submit_guide/submit_code).
     - Make sure that the pull request corresponds to a [GITHUB 
issue](https://github.com/apache/incubator-streampark/issues).
     - Name the pull request in the form "[Feature] Title of the pull request", 
where *Feature* can be replaced by `Hotfix`, `Bug`, etc.
     - Fill out the template below to describe the changes contributed by the 
pull request. That will give reviewers the context they need to do the review.
     - If the PR is unfinished, add `[WIP]` in your PR title, e.g., 
`[WIP][Feature] Title of the pull request`.
   -->
   
   ## What changes were proposed in this pull request?
   
   Issue Number: close #3433 <!-- REPLACE 'xxx' with the issue number this PR 
is associated with -->
   
   This pull request aims to enhance SQL compatibility with PostgreSQL by 
changing a specific condition in the query. Specifically, it modifies the 
condition from `where t.probing = 1 or (t.tracking = 1 and t.state = 13)` to 
`where t.probing = true or (t.tracking = 1 and t.state = 13)`.
   
   ## Brief change log
   
   - Altered the SQL condition in the specified query to be PostgreSQL 
compatible while maintaining logic consistency across different database 
systems.
   
   ## Verifying this change
   
   This change is a minor code rework and is verified by:
   
   - Existing unit tests that cover database interactions.
   - Manual testing across different database systems (PostgreSQL, MySQL, etc.) 
to ensure that the modified query functions correctly.
   
   ## Does this pull request potentially affect one of the following parts?
   
   - Dependencies (does it add or upgrade a dependency): no


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to