jackwener opened a new issue, #6099:
URL: https://github.com/apache/arrow-datafusion/issues/6099

   ### Describe the bug
   
   ```sql
   CREATE TABLE tab0(col0 INTEGER, col1 INTEGER, col2 INTEGER)
   INSERT INTO tab0 VALUES(83,0,38)
   INSERT INTO tab0 VALUES(26,0,79)
   INSERT INTO tab0 VALUES(43,81,24)
   
   SELECT DISTINCT 94 AS col1 FROM tab0 AS cor0 GROUP BY cor0.col1
   ----
   94
   94
   
   ```
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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