jorgecarleitao commented on pull request #7880:
URL: https://github.com/apache/arrow/pull/7880#issuecomment-674472125


   @alamb, @houqp @andygrove , I think that this is ready to re-review.
   
   I modified the result returned by analyze to ensure that we do not lose 
relevant information (that lead to the error @alamb found).
   
   I also found and fixed another error related to the placement of two filters 
in the same depth, that caused filters to be dropped: their expressions are now 
`ANDed` instead, which has the added bonus of gobbling filters together 
whenever possible.
   
   All the changes are in new commits, in case it is easier for the review.


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