askoa commented on issue #3805:
URL: 
https://github.com/apache/arrow-datafusion/issues/3805#issuecomment-1416161188

   Is this still an issue @Ted-Jiang? I am not able to reproduce the problem.
   
   ```
   DataFusion CLI v17.0.0
   ❯ create external table test stored as parquet location 
'/path/to/orders.parquet';
   0 rows in set. Query took 0.014 seconds.
   ❯ select median(o_totalprice)  from test;
   +---------------------------+
   | MEDIAN(test.o_totalprice) |
   +---------------------------+
   | 144409.03999999998        |
   +---------------------------+
   1 row in set. Query took 6.572 seconds.
   ❯
   ```


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