You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/23 03:22:13 UTC

[GitHub] [arrow] jorgecarleitao edited a comment on pull request #7796: ARROW-9516: [Rust][DataFusion] refactor of column names

jorgecarleitao edited a comment on pull request #7796:
URL: https://github.com/apache/arrow/pull/7796#issuecomment-662800174


   The test `csv_query_group_by_avg_with_projection` is now failing (after rebase).
   
   The query is `SELECT avg(c12), c1 FROM aggregate_test_100 GROUP BY c1` and the error is that the order of the result is wrong: it is `c1, avg(c12)`, not `c1, avg(c12)`. I am looking into it.


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

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