You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "askoa (via GitHub)" <gi...@apache.org> on 2023/02/03 17:11:08 UTC

[GitHub] [arrow-datafusion] askoa commented on issue #3805: Run median expr on parquet file column got error

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: github-unsubscribe@arrow.apache.org

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