alamb commented on issue #15004:
URL: https://github.com/apache/datafusion/issues/15004#issuecomment-2722655680

   Thanks for the update @Jiashu-Hu  🙏 
   
   I did verify that the error is still the same on main
   
   ```rust
   DataFusion CLI v46.0.0
   > create table foo(a int, b int, c timestamp) as values 
(1,2,'2025-01-01T12:01:02');
   
   SELECT *
   FROM foo
   WHERE c >= NOW() - INTERVAL '1 hour'
   GROUP BY a;
   0 row(s) fetched.
   Elapsed 0.025 seconds.
   
   Error during planning: Projection references non-aggregate values: 
Expression foo.b could not be resolved from available columns: foo.a
   ```


-- 
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: github-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to