Tanmay Mohapatra
Tanmay Mohapatra
> Would it be acceptable to have a set of functions just to read non-nested data? I guess. But I would try and figure out why we can not handle...
> I don't understand the nestedness, so I actually don't know how to deal with it. This is basically what the definition levels and repetition levels allow. It is based...
> we try a PR with just unnested column (which I think is the majority of use cases out there) I am open to this. Maybe we should keep it...
`read_parquet` depends on the table metadata being available in a file named `_common_metadata` or `_metadata` in the dataset folder. If that is not available, then it assumes that each of...
The JSON protocol appears somewhat simpler to me. Happy to help along with whatever I can!
`TFramedTransport` already does buffering and `TBufferedTransport` should be very similar to it. May be just split `TFramedTransport` to take the buffering parts out to create `TBufferedTransport`.
I'm not sure if there are enough Julia users out there who are using Thrift. It would be better to improve the implementation and iron out issues with usage before...
Sorry, noticed this perhaps a bit late. Sure, it will definitely be useful. Please feel free to put up a PR with more docstrings!
You could see an example of gRPC.jl being used here: https://github.com/tanmaykm/DexClient.jl
Hi Matthias. Yes, the Julia ProtoBuf implementation generates pure Julia code. gRPC uses ProtoBuf.jl and I intended it to be a pure Julia implementation as well. I was using it...