Ben Baumgold

Results 26 comments of Ben Baumgold

This change can be modeled after JuliaPlots/Plots.jl#3023

@pfitzseb - can we merge this one, please? Thanks.

> What happens if a table was serialized with one of these objects, but now you're loading it in a session in which e.g. UUIDs isn't loaded? I think this...

Sounds good. I'll put this PR on hold for now. Thanks for the feedback.

I don't think this is possible. The Arrow file format is a series of FlatBuffer messages that are not indexed and therefore have to be iterated over. More concretely, the...

> Ah, you're correct; we do all the message processing in the `Arrow.Stream` iterate method. Ok, yeah, we should provide an alternative here. This would be a great improvement as...

It looks like @quinnj added the logic to write to a temporary vector prior to writing the vector to the IO. I don't understand why this is required. @quinnj -...

I’m certainly interested! Thanks for this hard work, @svilupp !

@quinnj / @ericphanson - Any questions/comments/concerns here? If not I'd like to merge and release. Thanks.

> By far the simplest option would be to pass the schema down - because we have access to it before `Tables.columns` is called in the arrow construction (that's how...