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:
us...@infra.apache.org


Reply via email to