Tom-Newton commented on code in PR #36627: URL: https://github.com/apache/arrow/pull/36627#discussion_r1412637417
########## python/pyarrow/_dataset.pyx: ########## @@ -1963,6 +1963,100 @@ cdef class FragmentScanOptions(_Weakrefable): except TypeError: return False +cdef class CacheOptions(_Weakrefable): + """ + Cache options for a pre-buffered fragment scan. + Parameters Review Comment: Pretty sure I did this. Not sure why github hasn't recognised the comment as `outdated`. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org