alamb opened a new issue, #15573:
URL: https://github.com/apache/datafusion/issues/15573

   ### Is your feature request related to a problem or challenge?
   
   Both @rluvaton and I have seen 
   
   <img width="2025" alt="Image" 
src="https://github.com/user-attachments/assets/cd91c702-51fa-45b7-9214-7913c1281161";
 />
   
   
![Image](https://github.com/user-attachments/assets/f5909305-4797-4c46-8b5c-1d0d10f5b584)
   
   I saw this when running the following query
   ```shell
   ./datafusion-cli-filter-pushdown -c "SELECT \"WatchID\", \"ClientIP\", 
COUNT(*) AS c, SUM(\"IsRefresh\"), AVG(\"ResolutionWidth\") FROM hits WHERE 
\"SearchPhrase\" <> '' GROUP BY \"WatchID\", \"ClientIP\" ORDER BY c DESC LIMIT 
10;"
   ````
   
   Using hits.parquet: 
https://datasets.clickhouse.com/hits_compatible/hits.parquet
   
   I am not sure what @rluvaton was doing when he saw it
   
   ### Describe the solution you'd like
   
   Review and see if this is a performance bottleneck we can remove
   
   ### Describe alternatives you've considered
   
   _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: github-unsubscr...@datafusion.apache.org.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