You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Created] (PARQUET-2117) Add rowPosition API in parquet record readers - posted by "Prakhar Jain (Jira)" <ji...@apache.org> on 2022/02/01 19:06:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-2117) Add rowPosition API in parquet record readers - posted by "Prakhar Jain (Jira)" <ji...@apache.org> on 2022/02/01 19:07:00 UTC, 0 replies.
- [jira] [Commented] (PARQUET-2117) Add rowPosition API in parquet record readers - posted by "Xinli Shang (Jira)" <ji...@apache.org> on 2022/02/02 16:40:00 UTC, 39 replies.
- [GitHub] [parquet-mr] shangxinli commented on a change in pull request #707: [PARQUET-1719] Make ParquetReader(List, ParquetReadOptions, ReadSupport) constructor public - posted by GitBox <gi...@apache.org> on 2022/02/02 19:45:11 UTC, 0 replies.
- [jira] [Commented] (PARQUET-1719) Make ParquetReader(List, ParquetReadOptions, ReadSupport) constructor public - posted by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/02/02 19:46:00 UTC, 0 replies.
- [GitHub] [parquet-mr] shangxinli commented on pull request #944: [PARQUET-2113]BUILD] Fix build failure with specified thrift and mvn command - posted by GitBox <gi...@apache.org> on 2022/02/04 02:50:01 UTC, 0 replies.
- [jira] [Commented] (PARQUET-2113) Build failure with specified thrift and mvn command - posted by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/02/04 02:51:00 UTC, 3 replies.
- [GitHub] [parquet-mr] prakharjain09 opened a new pull request #945: PARQUET-2117: Expose Row Index via ParquetReader and ParquetRecordReader - posted by GitBox <gi...@apache.org> on 2022/02/05 00:25:05 UTC, 0 replies.
- Re: Decode DELTA_LENGTH_BYTE_ARRAY in chunks - posted by Micah Kornfield <em...@gmail.com> on 2022/02/06 06:49:09 UTC, 1 replies.
- [jira] [Moved] (PARQUET-2118) thift_internal.h assumes shared_ptr type in some cases - posted by "Micah Kornfield (Jira)" <ji...@apache.org> on 2022/02/06 18:40:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-2118) [C++] thift_internal.h assumes shared_ptr type in some cases - posted by "Micah Kornfield (Jira)" <ji...@apache.org> on 2022/02/06 18:40:00 UTC, 3 replies.
- [GitHub] [parquet-mr] prakharjain09 commented on a change in pull request #945: PARQUET-2117: Expose Row Index via ParquetReader and ParquetRecordReader - posted by GitBox <gi...@apache.org> on 2022/02/07 17:15:41 UTC, 12 replies.
- [GitHub] [parquet-mr] prakharjain09 commented on pull request #945: PARQUET-2117: Expose Row Index via ParquetReader and ParquetRecordReader - posted by GitBox <gi...@apache.org> on 2022/02/07 17:15:52 UTC, 3 replies.
- [jira] [Resolved] (PARQUET-2118) [C++] thift_internal.h assumes shared_ptr type in some cases - posted by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/02/07 17:24:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-1199) [C++] Support writing (and test reading) boolean values with RLE encoding - posted by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/02/07 17:25:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-1859) [C++] Require error message when using ParquetException::EofException - posted by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/02/07 17:25:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-2099) [C++] Statistics::num_values() is misleading - posted by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/02/07 17:25:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-1814) [C++] TestInt96ParquetIO failure on Windows - posted by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/02/07 17:25:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-1614) [C++] Reuse arrow::Buffer used as scratch space for decryption in Thrift deserialization hot path - posted by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/02/07 17:25:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-1653) [C++] Deprecated BIT_PACKED level decoding is probably incorrect - posted by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/02/07 17:25:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-1634) [C++] Factor out data/dictionary page writes to allow for page buffering - posted by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/02/07 17:25:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-1657) [C++] Change Bloom filter implementation to use xxhash - posted by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/02/07 17:25:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-1646) [C++] Use arrow::Buffer for buffered dictionary indices in DictEncoder instead of std::vector - posted by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/02/07 17:25:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-1430) [C++] Add tests for C++ tools - posted by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/02/07 17:25:00 UTC, 0 replies.
- [jira] [Created] (PARQUET-2119) Parquet CPP DeltaBitPackDecoder Check Failure - posted by "William Butler (Jira)" <ji...@apache.org> on 2022/02/07 23:41:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-2119) Parquet CPP DeltaBitPackDecoder Check Failure - posted by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/02/07 23:58:00 UTC, 0 replies.
- [jira] [Assigned] (PARQUET-1430) [C++] Add tests for C++ tools - posted by "Deepak Majeti (Jira)" <ji...@apache.org> on 2022/02/08 13:33:00 UTC, 0 replies.
- [jira] [Commented] (PARQUET-1430) [C++] Add tests for C++ tools - posted by "Deepak Majeti (Jira)" <ji...@apache.org> on 2022/02/08 13:34:00 UTC, 0 replies.
- [jira] [Resolved] (PARQUET-2119) Parquet CPP DeltaBitPackDecoder Check Failure - posted by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/02/08 18:30:00 UTC, 0 replies.
- Parquet Column Resolution by ID - posted by huaxin gao <hu...@gmail.com> on 2022/02/11 04:00:38 UTC, 4 replies.
- [GitHub] [parquet-mr] shangxinli commented on pull request #945: PARQUET-2117: Expose Row Index via ParquetReader and ParquetRecordReader - posted by GitBox <gi...@apache.org> on 2022/02/11 17:31:17 UTC, 2 replies.
- [GitHub] [parquet-mr] shangxinli edited a comment on pull request #944: [PARQUET-2113]BUILD] Fix build failure with specified thrift and mvn command - posted by GitBox <gi...@apache.org> on 2022/02/11 17:34:05 UTC, 0 replies.
- [GitHub] [parquet-mr] shangxinli commented on a change in pull request #945: PARQUET-2117: Expose Row Index via ParquetReader and ParquetRecordReader - posted by GitBox <gi...@apache.org> on 2022/02/11 22:16:50 UTC, 14 replies.
- [jira] [Created] (PARQUET-2120) parquet-cli dictionary fails on pages without dictionary encoding - posted by "Willi Raschkowski (Jira)" <ji...@apache.org> on 2022/02/12 15:01:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-2120) parquet-cli dictionary command fails on pages without dictionary encoding - posted by "Willi Raschkowski (Jira)" <ji...@apache.org> on 2022/02/12 15:13:00 UTC, 1 replies.
- [GitHub] [parquet-mr] rshkv opened a new pull request #946: PARQUET-2120: CLI dictionary command should not fail on missing dictionary pages - posted by GitBox <gi...@apache.org> on 2022/02/12 15:33:16 UTC, 1 replies.
- [jira] [Commented] (PARQUET-2120) parquet-cli dictionary command fails on pages without dictionary encoding - posted by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/02/12 15:34:00 UTC, 14 replies.
- [GitHub] [parquet-mr] rshkv commented on a change in pull request #946: PARQUET-2120: Dictionary command should handle missing dictionary pages - posted by GitBox <gi...@apache.org> on 2022/02/12 15:41:08 UTC, 4 replies.
- [jira] [Created] (PARQUET-2121) Remove descriptions for the removed modules - posted by "Kengo Seki (Jira)" <ji...@apache.org> on 2022/02/14 03:29:00 UTC, 0 replies.
- [GitHub] [parquet-mr] sekikn opened a new pull request #947: PARQUET-2121: Remove descriptions for the removed modules - posted by GitBox <gi...@apache.org> on 2022/02/14 03:30:03 UTC, 0 replies.
- [jira] [Commented] (PARQUET-2121) Remove descriptions for the removed modules - posted by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/02/14 03:31:00 UTC, 10 replies.
- [jira] [Created] (PARQUET-2122) Adding Bloom filter to small Parquet file bloats in size X1700 - posted by "Z M (Jira)" <ji...@apache.org> on 2022/02/14 16:20:00 UTC, 0 replies.
- [jira] [Comment Edited] (PARQUET-2122) Adding Bloom filter to small Parquet file bloats in size X1700 - posted by "Xinli Shang (Jira)" <ji...@apache.org> on 2022/02/14 16:57:00 UTC, 0 replies.
- [jira] [Commented] (PARQUET-2122) Adding Bloom filter to small Parquet file bloats in size X1700 - posted by "Xinli Shang (Jira)" <ji...@apache.org> on 2022/02/14 16:57:00 UTC, 2 replies.
- [GitHub] [parquet-mr] shangxinli commented on a change in pull request #947: PARQUET-2121: Remove descriptions for the removed modules - posted by GitBox <gi...@apache.org> on 2022/02/14 17:13:10 UTC, 1 replies.
- [GitHub] [parquet-mr] shangxinli commented on pull request #947: PARQUET-2121: Remove descriptions for the removed modules - posted by GitBox <gi...@apache.org> on 2022/02/14 17:26:02 UTC, 3 replies.
- [GitHub] [parquet-mr] shangxinli commented on pull request #946: PARQUET-2120: Dictionary command should handle missing dictionary pages - posted by GitBox <gi...@apache.org> on 2022/02/14 17:32:17 UTC, 2 replies.
- [jira] [Created] (PARQUET-2123) Invalid memory access in ScanFileContents - posted by "William Butler (Jira)" <ji...@apache.org> on 2022/02/14 18:28:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-2123) Invalid memory access in ScanFileContents - posted by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/02/14 18:33:00 UTC, 0 replies.
- [jira] [Created] (PARQUET-2124) Bad DCHECK For Intermixed Dictionary Encoding - posted by "William Butler (Jira)" <ji...@apache.org> on 2022/02/14 23:58:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-2124) Bad DCHECK For Intermixed Dictionary Encoding - posted by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/02/15 00:05:00 UTC, 0 replies.
- [GitHub] [parquet-mr] sekikn commented on a change in pull request #947: PARQUET-2121: Remove descriptions for the removed modules - posted by GitBox <gi...@apache.org> on 2022/02/15 03:56:44 UTC, 1 replies.
- [jira] [Created] (PARQUET-2125) ParquetFileReader has a currentBlock information in a private field - posted by "Tanuja Dubey (Jira)" <ji...@apache.org> on 2022/02/15 04:00:00 UTC, 0 replies.
- [GitHub] [parquet-mr] rshkv commented on pull request #946: PARQUET-2120: Dictionary command should handle missing dictionary pages - posted by GitBox <gi...@apache.org> on 2022/02/15 11:59:14 UTC, 3 replies.
- [jira] [Resolved] (PARQUET-2123) Invalid memory access in ScanFileContents - posted by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/02/15 17:20:00 UTC, 0 replies.
- [jira] [Resolved] (PARQUET-2124) Bad DCHECK For Intermixed Dictionary Encoding - posted by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/02/15 17:46:00 UTC, 0 replies.
- Updated invitation: Parquet Sync @ Tue Mar 1, 2022 9am - 10am (PST) (dev@parquet.apache.org) - posted by sh...@uber.com.INVALID on 2022/02/15 21:02:17 UTC, 0 replies.
- [GitHub] [parquet-mr] prakharjain09 edited a comment on pull request #945: PARQUET-2117: Expose Row Index via ParquetReader and ParquetRecordReader - posted by GitBox <gi...@apache.org> on 2022/02/16 04:33:25 UTC, 0 replies.
- [jira] [Commented] (PARQUET-1632) Negative initial size when writing large values in parquet-mr - posted by "Ranga Reddy (Jira)" <ji...@apache.org> on 2022/02/17 11:25:00 UTC, 0 replies.
- Get uncompressed size of parquet file via parquet-cli - posted by Deepak Gangwar <dg...@vmware.com> on 2022/02/17 11:29:35 UTC, 3 replies.
- [jira] [Created] (PARQUET-2126) Thread safety bug in CodecFactory - posted by "James Turton (Jira)" <ji...@apache.org> on 2022/02/17 12:12:00 UTC, 0 replies.
- [jira] [Created] (PARQUET-2127) Security risk in latest parquet-jackson-1.12.2.jar - posted by "phoebe chen (Jira)" <ji...@apache.org> on 2022/02/17 20:31:00 UTC, 0 replies.
- [jira] [Comment Edited] (PARQUET-2127) Security risk in latest parquet-jackson-1.12.2.jar - posted by "Xinli Shang (Jira)" <ji...@apache.org> on 2022/02/18 02:24:00 UTC, 0 replies.
- [jira] [Commented] (PARQUET-2127) Security risk in latest parquet-jackson-1.12.2.jar - posted by "Xinli Shang (Jira)" <ji...@apache.org> on 2022/02/18 02:24:00 UTC, 0 replies.
- [jira] [Created] (PARQUET-2128) Bump Thrift to 0.16.0 - posted by "Vinoo Ganesh (Jira)" <ji...@apache.org> on 2022/02/20 21:00:00 UTC, 0 replies.
- [GitHub] [parquet-mr] vinooganesh opened a new pull request #948: PARQUET-2128: Upgrade Thrift to 0.16.0 - posted by GitBox <gi...@apache.org> on 2022/02/20 21:02:35 UTC, 0 replies.
- [jira] [Commented] (PARQUET-2128) Bump Thrift to 0.16.0 - posted by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/02/20 21:03:00 UTC, 2 replies.
- [jira] [Created] (PARQUET-2129) Add uncompressedSize to "meta" output - posted by "Vinoo Ganesh (Jira)" <ji...@apache.org> on 2022/02/20 21:08:00 UTC, 0 replies.
- [GitHub] [parquet-mr] vinooganesh opened a new pull request #949: PARQUET-2129: Add uncompressedSize to meta Command - posted by GitBox <gi...@apache.org> on 2022/02/20 21:10:47 UTC, 0 replies.
- [jira] [Commented] (PARQUET-2129) Add uncompressedSize to "meta" output - posted by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/02/20 21:11:00 UTC, 3 replies.
- [GitHub] [parquet-mr] vinooganesh commented on pull request #949: PARQUET-2129: Add uncompressedSize to meta Command - posted by GitBox <gi...@apache.org> on 2022/02/21 00:46:04 UTC, 0 replies.
- [GitHub] [parquet-mr] shangxinli commented on pull request #948: PARQUET-2128: Upgrade Thrift to 0.16.0 - posted by GitBox <gi...@apache.org> on 2022/02/22 17:06:45 UTC, 0 replies.
- [GitHub] [parquet-mr] shangxinli merged pull request #948: PARQUET-2128: Upgrade Thrift to 0.16.0 - posted by GitBox <gi...@apache.org> on 2022/02/22 17:06:56 UTC, 0 replies.
- [jira] [Created] (PARQUET-2130) Crash on non-standard map key name in debug - posted by "William Butler (Jira)" <ji...@apache.org> on 2022/02/22 20:11:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-2130) Crash on non-standard map key name in debug - posted by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/02/22 20:20:00 UTC, 0 replies.
- [jira] [Created] (PARQUET-2131) Number values decoded DCHECKs should be exceptions - posted by "William Butler (Jira)" <ji...@apache.org> on 2022/02/22 22:17:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-2131) Number values decoded DCHECKs should be exceptions - posted by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/02/22 22:24:00 UTC, 0 replies.
- [GitHub] [parquet-mr] shangxinli merged pull request #946: PARQUET-2120: Dictionary command should handle missing dictionary pages - posted by GitBox <gi...@apache.org> on 2022/02/25 02:26:03 UTC, 0 replies.
- [GitHub] [parquet-mr] shangxinli merged pull request #949: PARQUET-2129: Add uncompressedSize to meta Command - posted by GitBox <gi...@apache.org> on 2022/02/25 02:50:52 UTC, 0 replies.
- [GitHub] [parquet-mr] shangxinli commented on pull request #949: PARQUET-2129: Add uncompressedSize to meta Command - posted by GitBox <gi...@apache.org> on 2022/02/25 02:50:53 UTC, 0 replies.
- [GitHub] [parquet-mr] Yikf closed pull request #944: [PARQUET-2113]BUILD] Fix build failure with specified thrift and mvn command - posted by GitBox <gi...@apache.org> on 2022/02/25 10:45:05 UTC, 0 replies.
- [GitHub] [parquet-mr] Yikf commented on pull request #944: [PARQUET-2113]BUILD] Fix build failure with specified thrift and mvn command - posted by GitBox <gi...@apache.org> on 2022/02/25 10:46:58 UTC, 0 replies.
- [GitHub] [parquet-mr] shangxinli commented on pull request #938: disabling statistics under configuration parameter - posted by GitBox <gi...@apache.org> on 2022/02/25 14:49:04 UTC, 0 replies.
- [GitHub] [parquet-mr] sekikn commented on pull request #947: PARQUET-2121: Remove descriptions for the removed modules - posted by GitBox <gi...@apache.org> on 2022/02/28 02:23:39 UTC, 1 replies.
- [jira] [Created] (PARQUET-2132) Support Quantile Compression q_compress column codec - posted by "Martin Loncaric (Jira)" <ji...@apache.org> on 2022/02/28 21:20:00 UTC, 0 replies.
- [jira] [Updated] (PARQUET-2132) Support Quantile Compression q_compress column codec - posted by "Martin Loncaric (Jira)" <ji...@apache.org> on 2022/02/28 21:20:00 UTC, 1 replies.