Zach Olstein
Zach Olstein
> Something like this (note that this lack of lots of nil/empty checks), maybe? Yeah, that is (more or less) how you'd identify row groups you care about. To clarify,...
I posted a draft PR of my PoC here. https://github.com/xitongsys/parquet-go/pull/469
I wanted to chime in with another use-case for this that first-class dates don't cover. I wanted to pass Jackson's JsonNode values into JS, and tried to define a ProxyObject...
@annanay25 Could you share any more information about how you generated that graph? Ideally a script / test-file, but failing that just a description of what you did and maybe...
Right. I think to a large degree this can and should be fixed in the `io.ReaderAt` implementation, but we may also want to make some changes to the `parquet.Reader` for...
I've recently done some work with the struct scanning in pgx and scany (though I'm more familiar with pgx than scany). So hopefully I can comment usefully. pgx can map...