Skip to content

Instantly share code, notes, and snippets.

@kszucs
Created May 13, 2020 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kszucs/ea75f09090a9ffdff07e51582af1f436 to your computer and use it in GitHub Desktop.
Save kszucs/ea75f09090a9ffdff07e51582af1f436 to your computer and use it in GitHub Desktop.
Arrow 0.17.1 cherry-picked commits
git checkout -b maint-0.17.x apache-arrow-0.17.0
git cherry-pick 620bb2898a2b42462dee4145952bdad0c00f5415  # ARROW-8501: [Packaging][RPM] Upgrade devtoolset to 8 on CentOS 6
git cherry-pick d8de5790fce3c317db404153af4f103559cc6811  # ARROW-8503: [Packaging][deb] Fix building apache-arrow-archive-keyring for RC
git cherry-pick d1f757339c24ff06e1d39f878323878be64e0369  # ARROW-8549: [R] Assorted post-0.17 release cleanups -- confclicted
git cherry-pick 2a8e37d4ac69d8fc26479e30228bf926ee35f6c5  # ARROW-8584: [C++] Fix ORC link order
git cherry-pick 8939b4bd446ee406d5225c79d563a27d30fd7d6d  # ARROW-8609: [C++] Fix ORC Java JNI crash
git cherry-pick bf9a4a6fec054ff5f5570568ce76cfb161aa30d3  # ARROW-8608: [C++] Update vendored 'variant.hpp' to fix CUDA 10.2
git cherry-pick fe323c5da3aabd4a41cb650e17265357fc58e7fd  # ARROW-8699: [R] Fix automatic r_to_py conversion
git cherry-pick 4545838d3332dfb475db20de03b57900ffaed065  # ARROW-8704: [C++] Fix Parquet undefined behaviour on invalid input
git cherry-pick bc283e33232a382e1f016d57c172c718b06b38ab  # ARROW-8694: [C++][Parquet] Relax string size limit when deserializing Thrift messages
git cherry-pick 0c5168cf203ddf94dff01c178d649853323acbb8  # PARQUET-1857: [C++] Do not fail to read unencrypted files with over 32767 row groups. Change some DCHECKs causing segfaults to throw exceptions
git cherry-pick bcef6c95a324417e85e0140f9745d342cd8784b3  # ARROW-8657: [C++][Python] Add separate configuration for data pages
git cherry-pick d96b4de577f4248e469bd41f77e4dfb32109511d  # ARROW-8728: [C++] Fix bitmap operation buffer overflow
git cherry-pick 6002ec388840de5622e39af85abdc57a2cccc9b2  # ARROW-8641: [C++][Python] Sort included indices in IpcReader - Respect column selection in FeatherReader
git cherry-pick 26893a7f521828b724b4e8825da64813955c5f6c  # ARROW-8758: [R] Updates for compatibility with dplyr 1.0
git cherry-pick 479c1cf41fcdc20ca5374b530f004f46c0e5c872  # ARROW-8750: [Python] Correctly default to lz4 compression for Feather V2 in Python
git cherry-pick 9123dadfd123bca7af4eaa9455f5b0d1ca8b929d  # ARROW-8684: [Python] Workaround Cython type initialization bug
git cherry-pick 32e90ce132773d416b44555fe0595f46967a76c7  # ARROW-8741: [Python][Packaging] Keep VS2015 with for the windows wheels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment