1. 642da05 Incrementing snapshot version to 1.5.1-SNAPSHOT. by Uwe L. Korn · 6 years ago master
  2. b544913 Updating CHANGELOG for 1.5.0 release. by Uwe L. Korn · 6 years ago
  3. 93683ce Error if user tries to build from master by Wes McKinney · 6 years ago
  4. 21a2670 Add PULL_REQUEST_TEMPLATE.md by Wes McKinney · 6 years ago
  5. f84dca4 Update repository README and add CONTRIBUTING.md after monorepo merge by Wes McKinney · 6 years ago
  6. 80e110c PARQUET-1372: Add an API to allow writing RowGroups based on size by Deepak Majeti · 6 years ago
  7. 22c7cbb PARQUET-1392: Read multiple RowGroups at once into an Arrow table by Korn, Uwe · 6 years ago
  8. da1f0a0 PARQUET-1276: [C++] Reduce the amount of memory used for writing null decimal values by Antoine Pitrou · 6 years ago
  9. 991e4a5 PARQUET-1256: Add --print-key-value-metadata option to parquet_reader tool by Jacek Pliszka · 6 years ago
  10. 79a1bc5 PARQUET-1384: fix clang build error for bloom_filter-test.cc by Chen, Junjie · 6 years ago
  11. ebb4b4b PARQUET-1382: [C++] Prepare for arrow::test namespace removal by Antoine Pitrou · 6 years ago
  12. 337c8eb PARQUET-1308: [C++] Use Arrow thread pool, not Arrow ParallelFor, fix deprecated APIs, upgrade clang-format version. Fix record delimiting bug by Wes McKinney · 6 years ago
  13. 310ef06 PARQUET-1378: Allow RowGroups with zero rows to be written by Deepak Majeti · 6 years ago
  14. 7a09ade PARQUET-1332: Add bloom filter for parquet by Chen, Junjie · 6 years ago
  15. 63f41b0 PARQUET-1301: [C++] Crypto package in parquet-cpp by Gidon Gershinsky · 6 years ago
  16. a0d1669 PARQUET-1366: [C++] Streamline use of Arrow's bit-util.h APIs by Antoine Pitrou · 6 years ago
  17. 646e225 PARQUET-1357: FormatStatValue truncates binary statistics on zero character by Korn, Uwe · 6 years ago
  18. 4906248 PARQUET-1227: Thrift crypto metadata structures by Gidon Gershinsky · 6 years ago
  19. 853abb9 PARQUET-1360: Use conforming API style, variable names in WriteFileMetaData functions by Wes McKinney · 6 years ago
  20. b4023c2 PARQUET-1348: Add ability to write FileMetaData in arrow FileWriter by Robert Gruener · 6 years ago
  21. c246da9 PARQUET-1358: index_page_offset should be unset as it is not supported by Korn, Uwe · 6 years ago
  22. 5264ad4 PARQUET-1323: Fix compiler warnings on clang-6 by Wes McKinney · 6 years ago
  23. 049af6f PARQUET-1350: [C++] Use abstract ResizableBuffer instead of concrete PoolBuffer by Antoine Pitrou · 6 years ago
  24. c0fad61 PARQUET-1349: [C++] PARQUET_RPATH_ORIGIN is not picked by the build by Korn, Uwe · 6 years ago
  25. e6739e9 PARQUET-1346: [C++] Protect against empty Arrow arrays with null values by Antoine Pitrou · 6 years ago
  26. d9c262a PARQUET-1333: [C++] Reading of files with dictionary size 0 fails on Windows with bad_alloc by Philipp Hoch · 6 years ago
  27. ac5bd82 PARQUET-1334: [C++] memory_map parameter seems missleading in parquet file opener by Philipp Hoch · 6 years ago
  28. be4c532 PARQUET-1340: Fix Travis Ci valgrind errors related to std::random_de… by Deepak Majeti · 6 years ago
  29. d15d268 PARQUET-1319: Pass BISON_EXECUTABLE to Thrift EP for MacOS by thamht4190 · 6 years ago
  30. 7c163ea PARQUET-1313: [C++] Fix gtest build failure on Windows by Antoine Pitrou · 6 years ago
  31. 1ea4be8 PARQUET-1315: ColumnChunkMetaData.has_dictionary_page() should return… by Deepak Majeti · 6 years ago
  32. c9bc237 PARQUET-1307: Fix memory-test for newer Arrow by Antoine Pitrou · 6 years ago
  33. 9586719 PARQUET-979: Limit size of min, max or disable stats for long binary types by Deepak Majeti · 6 years ago
  34. 8046481 PARQUET-1283: [C++] Remove trailing space for string and int96 statis… by Julius Neuffer · 6 years ago
  35. f973727 PARQUET-1279: [C++] Adding use of ASSERT_NO_FATAL_FAILURE in unit tests when calling helper functions that call ASSERT_ macros by Joshua Storck · 6 years ago
  36. 26422f5 PARQUET-1262: Use the same BOOST_ROOT and Boost_NAMESPACE for Thrift by Korn, Uwe · 6 years ago
  37. aa7a5e5 PARQUET-1272: Return correct row count for nested columns in ScanFileContents by Korn, Uwe · 6 years ago
  38. 0c1f5c5 PARQUET-1274: Prevent segfault that was occurring when writing a nanosecond timestamp with arrow writer properties set to coerce timestamps and support deprecated int96 timestamps. by Joshua Storck · 6 years ago
  39. 494658a PARQUET-1273: Properly write dictionary values when writing in chunks by Joshua Storck · 6 years ago
  40. 456801c PARQUET-1270: Install executable tools by Antoine Pitrou · 6 years ago
  41. 21b754a PARQUET-1268: Fix conversion of null list Arrow arrays by Antoine Pitrou · 6 years ago
  42. 8735514 PARQUET-1267: [C++] replace "unsafe" std::equal by std::memcmp by rip.nsk · 6 years ago
  43. 0875e43 PARQUET-1265: Segfault on static ApplicationVersion initialization by Deepak Majeti · 6 years ago
  44. 4e7ef12 PARQUET-1255: Fix error message when PARQUET_TEST_DATA isn't defined by Antoine Pitrou · 6 years ago
  45. 72063f3 PARQUET-1071: Check that arrow::FileWriter::Close() is idempotent by Antoine Pitrou · 6 years ago
  46. 2cf2af2 PARQUET-1166: Add GetRecordBatchReader in parquet/arrow/reader by Xianjin YE · 6 years ago
  47. 9fff292 PARQUET-1245: Fix creating Arrow table with duplicate column names by Antoine Pitrou · 6 years ago
  48. 86fc1d5 PARQUET-1209: define ARROW_STATIC when PARQUET_ARROW_LINKAGE is static by rip.nsk · 6 years ago
  49. 78630fd Incrementing snapshot version to 1.4.1-SNAPSHOT. by Uwe L. Korn · 6 years ago master-after-apache-parquet-cpp-1.4.0-rc1
  50. 0b12680 Updating CHANGELOG for 1.4.0 release. by Uwe L. Korn · 6 years ago
  51. 29a4b07 PARQUET-1225: NaN values may lead to incorrect filtering under certai… by Deepak Majeti · 6 years ago
  52. e7db065 PARQUET-1233: Enable option to switch between stl classes and boost c… by Deepak Majeti · 6 years ago
  53. 741012f PARQUET-1218: More informative error message on too short pages by Uwe L. Korn · 6 years ago
  54. 8dfba82 PARQUET-1219: Update release-candidate script links to gitbox by Uwe L. Korn · 6 years ago
  55. 276d45f PARQUET-1220: Don't build Thrift examples and tutorials in the ExternalProject by Korn, Uwe · 6 years ago
  56. 84a424e PARQUET-1221: Extend release README by Korn, Uwe · 6 years ago
  57. c405bf3 PARQUET-1226: Fixes for CHECKIN compiler warning level with clang 5.0 by Wes McKinney · 6 years ago
  58. 76388ea PARQUET-1196: Example parquet_arrow project by Uwe L. Korn · 6 years ago
  59. d5fc848 PARQUET-1200: Support reading a single Arrow column from a Parquet file by Korn, Uwe · 6 years ago
  60. a9fdeb0 PARQUET-1210: [C++] Completely disable boost autolink on MSVC build by Max Risuhin · 6 years ago
  61. f13c61f PARQUET-1205: Fix msvc build with static arrow lib by revaliu · 6 years ago
  62. c064f82 PARQUET-1179: Upgrade to Thrift 0.11, use std::shared_ptr instead of boost::shared_ptr by Uwe L. Korn · 6 years ago
  63. 01ab0cf PARQUET-1151: [C++] Link with static ms crt by Max Risuhin · 6 years ago
  64. 62de4b1 PARQUET-1193: [CPP] Implement ColumnOrder to support min_value and max_value by Deepak Majeti · 6 years ago
  65. 8127315 PARQUET-1086: [C++] Remove usage of arrow/util/compiler-util.h by Korn, Uwe · 6 years ago
  66. 7ff7beb PARQUET-1180: Fix behaviour of num_children element of primitive nodes by Alec Posney · 6 years ago
  67. e2814cc PARQUET-1092: Support writing chunked arrow::Table columns by Wes McKinney · 6 years ago
  68. 6ab16f3 PARQUET-1177: Add PARQUET_BUILD_WARNING_LEVEL option and more rigorous Clang warnings by Wes McKinney · 6 years ago
  69. 2cf514e PARQUET-859: Flatten parquet/file directory, consolidate file reader, file writer code by Wes McKinney · 6 years ago
  70. d2ac53c PARQUET-1165: Pin clang-format version to 4.0 by Korn, Uwe · 6 years ago
  71. 09927ae PARQUET-1175: Fix arrow::ArrayData method rename from ShallowCopy to Copy by Wes McKinney · 6 years ago
  72. b8f6362 PARQUET-1167: [C++] FieldToNode function should return a status when throwing an exception by Phillip Cloud · 6 years ago
  73. 1dc70ae PARQUET-970: Add Lz4 and Zstd compression codecs by Xianjin YE · 6 years ago
  74. 9b39fbd PARQUET-1164: [C++] Account for API changes in ARROW-1808 by Wes McKinney · 6 years ago
  75. 6a2ed4f PARQUET-1095: [C++] Read and write Arrow decimal values by Phillip Cloud · 6 years ago
  76. 6cacd05 PARQUET-1162: Update dev/README after migration to Gitbox by Uwe L. Korn · 6 years ago
  77. 01fd73f PARQUET-1146: Add macOS-compatible sha512sum call to release verify script by Korn, Uwe · 6 years ago
  78. 8df1525 PARQUET-1150: Hide statically linked boost symbols by Korn, Uwe · 6 years ago
  79. 2881685 Incrementing snapshot version to 1.3.2-SNAPSHOT. by Uwe L. Korn · 7 years ago master-after-apache-parquet-cpp-1.3.1-rc1
  80. b2eb433 Updating CHANGELOG for 1.3.1 release. by Uwe L. Korn · 7 years ago
  81. 631e2ed Revert "Updating CHANGELOG for 1.3.1 release." by Uwe L. Korn · 7 years ago
  82. dfc8cdd Revert "Incrementing snapshot version to 1.3.2-SNAPSHOT." by Uwe L. Korn · 7 years ago
  83. 6b4284b PARQUET-1140: Fail on RAT errors in CI by Korn, Uwe · 7 years ago
  84. a6157d7 PARQUET-1139: Add license header to parquet-cppConfig.cmake.in by Lars Volker · 7 years ago
  85. 06c5fb8 PARQUET-1138: Fix Arrow 0.7.1 build by Wes McKinney · 7 years ago
  86. 475be0b Incrementing snapshot version to 1.3.2-SNAPSHOT. by Uwe L. Korn · 7 years ago master-after-apache-parquet-cpp-1.3.1-rc0
  87. 751ddab Updating CHANGELOG for 1.3.1 release. by Uwe L. Korn · 7 years ago
  88. a1c950d PARQUET-1070 Add CPack support to the build by Mike Trinkala · 7 years ago
  89. 2a4fab5 PARQUET-1121: Handle Dictionary[Null] arrays on writing Arrow tables by Korn, Uwe · 7 years ago
  90. 2e0c28e PARQUET-1123: [C++] Update parquet-cpp to use Arrow's AssertArraysEqual by Phillip Cloud · 7 years ago
  91. b69669a PARQUET-1105: Remove libboost_system dependency for non MSVC by Deepak Majeti · 7 years ago
  92. 4a1c2c4 PARQUET-1114 Apply changes for ARROW-1601 ARROW-1611, change shared l… by Rene Sugar · 7 years ago
  93. b1099e4 PARQUET-1109: Update release verification script to SHA512 by Uwe L. Korn · 7 years ago
  94. 90bc7a9 PARQUET-1111: Fix help for verify-release-candidate by Lars Volker · 7 years ago
  95. 6f8c224 PARQUET-1110: Add release verification script for Windows by Wes McKinney · 7 years ago
  96. 3a74215 Incrementing snapshot version to 1.3.1-SNAPSHOT. by Uwe L. Korn · 7 years ago master-after-apache-parquet-cpp-1.3.0-rc0
  97. 2c77f01 Updating CHANGELOG for 1.3.0 release. by Uwe L. Korn · 7 years ago
  98. 96f868f PARQUET-1108: Fix Int96 comparators by Deepak Majeti · 7 years ago
  99. c5b6943 PARQUET-1037: allow arbitrary size row-groups by Toby Shaw · 7 years ago
  100. 4b09ac7 PARQUET-1100: Introduce RecordReader interface to better support nested data, refactor parquet/arrow/reader by Wes McKinney · 7 years ago