Shira Shamir
Shira Shamir
Hey @lidavidm was this ever fixed? Right now if I want to stream my data in python I use RecordBatchStream that wraps the RecordBatchReader as you mentioned, but the problem...
@lidavidm hmm then maybe I'm doing something wrong? what I did to test it was something along these lines: ```python def do_get(self, context, ticket): .... reader = get_reader(columns, path) return...
Oh so how can I configure it to not do that by default?
Hi @Akshay-A-Kulkarni I stumble upon this issue since I had major time reading performance for files in s3 when using dataset.to_batches. your suggestion in the previous comment helped A LOT....
Hi. I have the same issue. Isn't it a bug? Can anyone reply about why does it not hit any breakpoint? Thanks