Rok Mihevc

Results 159 comments of Rok Mihevc

> @rok based on the ML discussion we should add the fast path in the cases of polars, arrow and arrow-rs where we know the fixed size already (from schema...

Sorry for my abundance of caution @alippai. I'll try to summarize this thread to the ML and ask for some more input ASAP. It would be nice to actually start...

Thanks for doing this @EnricoMi ! This was a long standing issue.

Perhaps it'd be worth it to add a benchmark for `preserve_order == true` to ensure there's no future regressions. Or would the nodes this uses already be benchmarked?

Sorry @EnricoMi, I wanted to push to my fork but default pointed here. Reverted.

@staticdev it seems the issue here is that response stream returned by httpx is an iterator and if the response hook reads it, it will be exhausted before your application...

@josephwangrb I've not had time to work on this and I'm not likely to in the near future. Please feel free to take over and unassign me from this issue.

Hey @Fokko how about making it a canonical extension? [1][2] [1] https://arrow.apache.org/docs/format/CanonicalExtensions.html [2] https://lists.apache.org/thread/sxd5fhc42hb6svs79t3fd79gkqj83pfh

I've opened #37298 using logic from `src/arrow/testing/extension_type.h` and will also add a Pyhon wrapper. As per canonical extension process I'll should also start a ML discussion and vote.