Rachelint commented on PR #11827:
URL: https://github.com/apache/datafusion/pull/11827#issuecomment-2347046502

   I create a subset of `hits_partitioned`, and using this smaller dataset, it 
can success to run the q32 like high cardinality query now.
   ```sql
   SELECT "WatchID", "ClientIP", COUNT(*) AS c, 
approx_median("ResponseStartTiming") tmed FROM hits GROUP BY "WatchID", 
"ClientIP" ORDER BY c DESC LIMIT 10;
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to