xiedeyantu commented on PR #4405:
URL: https://github.com/apache/calcite/pull/4405#issuecomment-2972446185

   I have modified the previous logic, which mainly includes two aspects:
   1. Added a supportGenerateSelectStar method in SqlDialect to control the 
behavior of each dialect. Currently, only PostgreSQL has special handling. This 
way, other test cases in RelToSqlConverterTest don’t need to be modified.
   2. Removed the previously added isDistinct method and moved the 
case-sensitivity check earlier, while still using the original isDistinct 
method for the actual judgment.
   @suibianwanwank @julianhyde Please help to take a look again. Thanks!


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