1. 5e9dc3a PARQUET-762: C++: Use optimistic allocation instead of Arrow Builders by Uwe L. Korn · 8 years ago
  2. 86ebc23 PARQUET-764: Support batches for PLAIN boolean writes that aren't a multiple of 8 by Uwe L. Korn · 8 years ago
  3. a278998 PARQUET-766: Expose ParquetFileReader through Arrow reader as const by Uwe L. Korn · 8 years ago
  4. 954f63a PARQUET-763: C++: Expose ParquetFileReader through Arrow reader by Uwe L. Korn · 8 years ago
  5. be20e2e PARQUET-745: TypedRowGroupStatistics fails to PlainDecode min and max in ByteArrayType by fscheibner · 8 years ago
  6. 69db1a8 PARQUET-760: Store correct encoding in fallback data pages by Uwe L. Korn · 8 years ago
  7. 9a0407e PARQUET-759: Fix handling of columns of empty strings by Uwe L. Korn · 8 years ago
  8. 82515fe PARQUET-752: Account for upstream Arrow API changes by Wes McKinney · 8 years ago
  9. aba7c37 PARQUET-742: Add missing license headers by Uwe L. Korn · 8 years ago
  10. aa27530 PARQUET-744: Corrected build instructions for dependency requirements by Christopher C. Aycock · 8 years ago
  11. 78ed6e8 PARQUET-747: Better hide TypedRowGroupStatistics in public API by Wes McKinney · 8 years ago
  12. a26ed0f PARQUET-739: Don't use a static buffer for data accessed by multiple threads by Deepak Majeti · 8 years ago
  13. ac4e80c PARQUET-739: Don't use a static buffer for data accessed by multiple threads by fscheibner · 8 years ago
  14. 527d53f PARQUET-741: Always allocate fresh buffers while compressing by Uwe L. Korn · 8 years ago
  15. ac1c127 PARQUET-737: Use absolute namespace in macros by Korn, Uwe · 8 years ago
  16. 1b8b875 PARQUET-738: Update arrow version that also supports newer Xcode by Korn, Uwe · 8 years ago
  17. bec8fd4 PARQUET-736: Support newer XCode versions by Korn, Uwe · 8 years ago
  18. 176b08c PARQUET-593: Add API for writing Page statistics by Artem Tarasov · 8 years ago
  19. 7abb9c4 PARQUET-731: API to return metadata size and Skip reading values by Deepak Majeti · 8 years ago
  20. 43d9491 PARQUET-732: Fix building a subset of thirdparty dependencies by fscheibner · 8 years ago
  21. 549a58b PARQUET-721: benchmarks for reading into Arrow by Uwe L. Korn · 8 years ago
  22. 5c1d9e9 PARQUET-728: Incorporate upstream Arrow API changes by Wes McKinney · 8 years ago
  23. cd14a3d PARQUET-724: Test more advanced properties setting by Uwe L. Korn · 8 years ago
  24. 4a7bf11 PARQUET-712: Add library to read into Arrow memory by Uwe L. Korn · 8 years ago
  25. 8ef68b1 PARQUET-720: Mark ScanAllValues as inline to prevent link error by Uwe L. Korn · 8 years ago
  26. ffeb828 PARQUET-689: C++: Compress DataPages eagerly by Deepak Majeti · 8 years ago
  27. 942f2ae PARQUET-719: Fix WriterBatch API to handle NULL values by Deepak Majeti · 8 years ago
  28. 0bf72a9 PARQUET-718: Fix I/O of non-dictionary encoded pages by Uwe L. Korn · 8 years ago
  29. c6f5ebe PARQUET-687: C++: Switch to PLAIN encoding if dictionary grows too large by Deepak Majeti · 8 years ago
  30. 55604b2 PARQUET-711: Use metadata builders in parquet writer by Deepak Majeti · 8 years ago
  31. 441d85b PARQUET-710: Remove unneeded private member variables from RowGroupReader ABI by Deepak Majeti · 8 years ago
  32. 708507f PARQUET-708: account for "worst case scenario" in MaxBufferSize for bit_width > 1 by Uwe L. Korn · 8 years ago
  33. 0540954 PARQUET-703: Validate that ColumnChunk metadata counts nulls in num_values by Wes McKinney · 8 years ago
  34. e1b3415 PARQUET-709: Fix conda dev artifact builds by Wes McKinney · 8 years ago
  35. 6a06dcc PARQUET-704: Install scan-all.h by Wes McKinney · 8 years ago
  36. c67ee3e PARQUET-681: Add tool to scan a parquet file by Deepak Majeti · 8 years ago
  37. fa6e476 PARQUET-676: Fix incorrect MaxBufferSize for small bit widths by Wes McKinney · 8 years ago
  38. 5e524d1 PARQUET-700: Disable dictionary encoding for boolean columns by Uwe L. Korn · 8 years ago
  39. 261072c PARQUET-701: Ensure that Close can be called multiple times by Uwe L. Korn · 8 years ago
  40. bf6716c PARQUET-699: Update parquet.thrift from https://github.com/apache/parquet-format by Florian Scheibner · 8 years ago
  41. c0fd08a PARQUET-573: Create a public API for reading and writing file metadata by Deepak Majeti · 8 years ago
  42. aabb3db PARQUET-694: Revert default data page size back to 1M by Uwe L. Korn · 8 years ago
  43. 0a0323d PARQUET-666: Add support for writing dictionaries by Uwe L. Korn · 8 years ago
  44. c2e5f08 PARQUET-672: Build dev binary artifacts in debug mode by Wes McKinney · 8 years ago
  45. 38f0ffd PARQUET-671: performance improvements for rle/bit-packed decoding by Eric Daniel · 8 years ago
  46. 616305c PARQUET-662: Compile ParquetException implementation and explicitly export by Wes McKinney · 8 years ago
  47. 29c6bff PARQUET-661: Fix perl hashbang to use perl in environment by Wes McKinney · 8 years ago
  48. 9930b54 PARQUET-659: Export extern templates for typed column reader/writer classes by Wes McKinney · 8 years ago
  49. ca3e697 PARQUET-658: Add virtual destructor to ColumnReader by Korn, Uwe · 8 years ago
  50. 1e80321 PARQUET-657: Do not define DISALLOW_COPY_AND_ASSIGN if already defined by Wes McKinney · 8 years ago
  51. cce6e2d PARQUET-656: Revert attempts to make conda artifacts portable by Wes McKinney · 8 years ago
  52. ec78dd8 PARQUET-551:Handle compiler warnings due to disabled DCHECKs in relea… by Deepak Majeti · 8 years ago
  53. 7b92d7a PARQUET-653: Build conda artifacts with -static-libstdc++ again by Wes McKinney · 8 years ago
  54. f97042d PARQUET-489: Shared library symbol visibility by Wes McKinney · 8 years ago
  55. 9da7250 PARQUET-646: Add options to make developing with clang and 3rd-party gcc easier by Wes McKinney · 8 years ago
  56. 6224b9c PARQUET-643: Add const modifier to schema pointer reference by Uwe L. Korn · 8 years ago
  57. 3ca5a70 PARQUET-639: Do not export DCHECK in public headers by Wes McKinney · 8 years ago
  58. 5e831d6 PARQUET-641: Instantiate stringstream only if needed in SerializedPageReader::NextPage by Uwe L. Korn · 8 years ago
  59. c6a3d27 PARQUET-640: Ensure that gcc 4.9 is used in conda builds by Wes McKinney · 8 years ago
  60. dc436c4 PARQUET-638: Temporarily disable static linking libstdc++ in the conda builds by Wes McKinney · 8 years ago
  61. 53475c7 PARQUET-636: Expose selection for different encodings by Uwe L. Korn · 8 years ago
  62. f334a8b PARQUET-635: Use conda-forge toolchain, statically link libstdc++ on Linux by Wes McKinney · 8 years ago
  63. aac1f2a PARQUET-592: Support compressed writes by Artem Tarasov · 8 years ago
  64. be04dce PARQUET-634: Consistent private linking of dependencies by Uwe L. Korn · 8 years ago
  65. 378167e PARQUET-633: Add version to WriterProperties by Uwe L. Korn · 8 years ago
  66. 5f07b4f PARQUET-630: Support link flags for older CMake versions by Uwe L. Korn · 8 years ago
  67. dd555cd PARQUET-629: RowGroupSerializer should only close itself once by Uwe L. Korn · 8 years ago
  68. 9b28c8f PARQUET-628: Link thrift privately by Uwe L. Korn · 8 years ago
  69. c2ca2e3 PARQUET-627: Ensure that thrift headers are generated before source compilation by Uwe L. Korn · 8 years ago
  70. 483608a PARQUET-625: Improve RLE read performance by Uwe L. Korn · 8 years ago
  71. bd887e2 PARQUET-598: Test writing all primitive data types by Uwe L. Korn · 8 years ago
  72. 22b4977 PARQUET-615: Allow building static and shared library in parallel by Uwe L. Korn · 8 years ago
  73. 427fad9 PARQUET-626: Disable LLVM toolchain parts of Travis CI build by Wes McKinney · 8 years ago
  74. d45f4de PARQUET-621: Add flag to indicate if decimalmetadata is set by Uwe L. Korn · 8 years ago
  75. 41981d9 PARQUET-619: Add OutputStream for local files by Uwe L. Korn · 8 years ago
  76. 45ca7ba PARQUET-620: Ensure metadata is written only once by Uwe L. Korn · 8 years ago
  77. 5902c55 PARQUET-618: Follow-up: fix allowed failures by Wes McKinney · 8 years ago
  78. c058915 PARQUET-618: Follow-up: update encrypted env variable, and allow failures in by Wes McKinney · 8 years ago
  79. f53f570 PARQUET-618: Automate posting conda build artifacts to anaconda.org by Wes McKinney · 8 years ago
  80. a236916 PARQUET-600: Add benchmarks for RLE-Level encoding by Uwe L. Korn · 8 years ago
  81. 8346930 PARQUET-617: Export CC / CXX / LD_LIBRARY_PATH in conda build for custom C++ toolchains by Wes McKinney · 8 years ago
  82. 94e2097 PARQUET-613: Add a conda (packaging tool) recipe by Wes McKinney · 8 years ago
  83. 32e8175 PARQUET-616: WriteBatch should accept const arrays by Uwe L. Korn · 8 years ago
  84. 06d4280 PARQUET-614: Remove unneeded LZ4-related code by Wes McKinney · 8 years ago
  85. 4c7b5f2 PARQUET-610: Print additional ColumnMetaData for each RowGroup by Deepak Majeti · 8 years ago
  86. ffba9a5 PARQUET-606: Move back to Ubuntu 14.04 builds, install LLVM manually by Wes McKinney · 8 years ago
  87. 42d5f1c PARQUET-607: Public writer header by Uwe L. Korn · 8 years ago
  88. bf51fc0 PARQUET-603: Implement missing information in schema descriptor by Deepak Majeti · 8 years ago
  89. a80bf02 PARQUET-605: Expose schema node in ColumnDescriptor by Korn, Uwe · 8 years ago
  90. 72881a5 PARQUET-604: Add writer headers to installation by Korn, Uwe · 8 years ago
  91. 35c8eb5 PARQUET-599: Better size estimation for levels by Uwe L. Korn · 8 years ago
  92. 8a6eca9 PARQUET-589: Implement BufferedInputStream for better memory usage by Deepak Majeti · 8 years ago
  93. b7b7fa2 PARQUET-597: Add data rates to benchmark output by Uwe L. Korn · 8 years ago
  94. ff14d97 PARQUET-512: Add Google benchmark for performance testing by Uwe L. Korn · 8 years ago
  95. 674dbb3 PARQUET-477: Add clang-format / clang-tidy checks to toolchain by Wes McKinney · 8 years ago
  96. dc0fc7d PARQUET-547: Refactor templates to all be based on DataType structs by Wes McKinney · 8 years ago
  97. 5fb7d20 PARQUET-436: Implement basic Write Support by Uwe L. Korn · 8 years ago
  98. aa31d02 PARQUET-587: Implement BufferReader::Read(int64_t,uint8_t*) by Uwe L. Korn · 8 years ago
  99. 49a5c1a PARQUET-583: Parquet to Thrift schema conversion by Uwe L. Korn · 8 years ago
  100. 198df4d PARQUET-582: Conversions functions for Parquet enums to Thrift enums by Uwe L. Korn · 8 years ago