jorisvandenbossche commented on PR #13409:
URL: https://github.com/apache/arrow/pull/13409#issuecomment-1177788975

   I am personally also a bit wary of adding a new public class like 
`FilteredDataset` (at least until we have had the broader discussion about how 
we want to provide a dataframe-like / query object interface, as similar 
discussions will keep coming up for other methods). 
   If we want to provide this `filter()` method on the short term, I would also 
prefer doing it just on `Dataset`, as Weston suggested (that was also my 
original idea for this issue). Although that also creates its backwards 
compatibility issues of course, if we later let this method return an object 
backed by a query plan, as that then might not keep all methods/attributes that 
are currently available on Dataset. 


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