Raúl Cumplido
Raúl Cumplido
I don't think so, lots of changes appear directly if we just merge. For example the tutorial is almost all translated on python3.6 just because the different paragraphs haven't changed...
hi! @kevingurney ! I didn't know it was possible to set a PR into merged state without a real merge happening. I would recommend to open a new PR at...
Thanks @kevingurney for the detailed explanation. It seems you pushed to the branch a commit and history that was already on master. As there were no divergences between your branch...
Hi @PursuitOfDataScience . Could you give us a little bit more information on how are you reading the parquet files? Are you reading them through R, Pyarrow, C++? Maybe you...
Thanks! What version of Arrow are you using?
Some of our github action builds for macos 10.15 have been failing today as per the deprecation schedule on this issue: https://github.com/actions/virtual-environments/issues/5583
@kgpai @assignUser See initial PR for what we have been discussing. The approach on this PR uses ExternalProject_Add for the third party dependencies. Currently this PR downloads and builds folly...
@kgpai @assignUser This is an alternative approach using FetchContent to download/build third party dependencies. This PR is in a rougher state and it does not currently build due to some...
The below is fixed now. > I couldn't get rid of the deprecation warning in case of OpenSSL 3.0 installed. I had to add `-Wno-deprecated-declarations` to the known warnings. Maybe...
@kgpai I was trying to follow the guide to update the docker images for Circle CI to remove downloading and building folly as part of the image but I don't...