yuqi1129 commented on PR #4846:
URL: https://github.com/apache/gravitino/pull/4846#issuecomment-2327757874

   > Do we have similar issue for "topic"?
   
   This problem only occurs in conditions like where or on predicate and the 
root cause is 
   
   ```
   select null = null 
   ``` 
   will return false. 
   
   
   The update method for "topic" is `insert into xxx on duplicate key update 
set....,comment = xxx` and has no similar problem.


-- 
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