Paul Asmuth

Results 15 comments of Paul Asmuth

The problem came up a while back when trying to build click inside of a bitbake/yocto toolchain. I did not realize there was already a check for this condition and...

Hey, thanks a lot for putting so much effort into this issue and taking the time to write it all down :) Luckily, this should be quite easy to fix:...

Hey Aleksandr, the problem is the missing hiredis dependency. On OSX run: ``` brew install hiredis ``` and on Ubuntu: ``` apt-get install libhiredis-dev ``` on other platforms: ``` git...

I think the best strategy would be to create a `ParquetWriter` and then repeatedly call `appendRow` on it. The writer has a setting called `rowGroupSize` that controls how many rows...

LGTM. If I/O reduction over the network is a concern, we could also optionally disable reading the header entirely as it is just a sanity check and not required to...

However, we might also want to benchmark this on files backed by a spinning disk and/or give the user the option to disable parallel/out-of-order reading; I'm not sure off the...

Note that the value is currently not specified in bytes, but as a number of rows. Assuming an average row size of 4k, the current default row group size would...

native deps (all optional/non-essential) - ws - brotli - snappy - lzo