[GitHub] [parquet-mr] yabola commented on pull request #1042: PARQUET-2254 Support building bloom filter that adapts to the data

2023-05-23 Thread via GitHub
yabola commented on PR #1042: URL: https://github.com/apache/parquet-mr/pull/1042#issuecomment-1560383697 @wgtmac Thank you for your detailed review -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[jira] [Updated] (PARQUET-2254) Build a BloomFilter with a more precise size

2023-05-23 Thread Gang Wu (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Wu updated PARQUET-2254: - Component/s: parquet-mr > Build a BloomFilter with a more precise size >

[jira] [Resolved] (PARQUET-2254) Build a BloomFilter with a more precise size

2023-05-23 Thread Gang Wu (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Wu resolved PARQUET-2254. -- Fix Version/s: 1.14.0 Resolution: Fixed > Build a BloomFilter with a more precise size >

[GitHub] [parquet-mr] wgtmac merged pull request #1042: PARQUET-2254 Support building bloom filter that adapts to the data

2023-05-23 Thread via GitHub
wgtmac merged PR #1042: URL: https://github.com/apache/parquet-mr/pull/1042 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Resolved] (PARQUET-2212) Add ByteBuffer api for decryptors to allow direct memory to be decrypted

2023-05-23 Thread Gang Wu (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Wu resolved PARQUET-2212. -- Resolution: Fixed > Add ByteBuffer api for decryptors to allow direct memory to be decrypted >

[jira] [Commented] (PARQUET-1629) Page-level CRC checksum verification for DataPageV2

2023-05-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725475#comment-17725475 ] ASF GitHub Bot commented on PARQUET-1629: - wgtmac commented on PR #1044: URL:

[GitHub] [parquet-mr] wgtmac commented on pull request #1044: PARQUET-1629: [WIP] Support CRC for data page v2

2023-05-23 Thread via GitHub
wgtmac commented on PR #1044: URL: https://github.com/apache/parquet-mr/pull/1044#issuecomment-1559721459 > Just curious, are there real use cases for page V2? IMO, it has some advantages such as turning on/off compression per page. -- This is an automated message from the Apache

[jira] [Commented] (PARQUET-2223) Parquet Data Masking for Column Encryption

2023-05-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725434#comment-17725434 ] ASF GitHub Bot commented on PARQUET-2223: - shangxinli commented on PR #1016: URL:

[GitHub] [parquet-mr] shangxinli commented on pull request #1016: PARQUET-2223: Parquet Data Masking Enhancement for Column Encryption

2023-05-23 Thread via GitHub
shangxinli commented on PR #1016: URL: https://github.com/apache/parquet-mr/pull/1016#issuecomment-1559512037 @zhangjiashen Do you have time to work on this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (PARQUET-2212) Add ByteBuffer api for decryptors to allow direct memory to be decrypted

2023-05-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725433#comment-17725433 ] ASF GitHub Bot commented on PARQUET-2212: - shangxinli merged PR #1008: URL:

[GitHub] [parquet-mr] shangxinli merged pull request #1008: PARQUET-2212: Add ByteBuffer api for decryptors to allow direct memory to be decrypted

2023-05-23 Thread via GitHub
shangxinli merged PR #1008: URL: https://github.com/apache/parquet-mr/pull/1008 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Commented] (PARQUET-2212) Add ByteBuffer api for decryptors to allow direct memory to be decrypted

2023-05-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725432#comment-17725432 ] ASF GitHub Bot commented on PARQUET-2212: - shangxinli commented on PR #1008: URL:

[GitHub] [parquet-mr] shangxinli commented on pull request #1008: PARQUET-2212: Add ByteBuffer api for decryptors to allow direct memory to be decrypted

2023-05-23 Thread via GitHub
shangxinli commented on PR #1008: URL: https://github.com/apache/parquet-mr/pull/1008#issuecomment-1559507176 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [parquet-mr] shangxinli commented on pull request #1041: Uniformizing booleans naming in ParquetWriter

2023-05-23 Thread via GitHub
shangxinli commented on PR #1041: URL: https://github.com/apache/parquet-mr/pull/1041#issuecomment-1559497609 Yeah, public ones are tricky and we need to make it compatible. But overall, this is a great effort to improve our code. -- This is an automated message from the Apache Git

[jira] [Commented] (PARQUET-1629) Page-level CRC checksum verification for DataPageV2

2023-05-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725429#comment-17725429 ] ASF GitHub Bot commented on PARQUET-1629: - shangxinli commented on PR #1044: URL:

[GitHub] [parquet-mr] shangxinli commented on pull request #1044: PARQUET-1629: [WIP] Support CRC for data page v2

2023-05-23 Thread via GitHub
shangxinli commented on PR #1044: URL: https://github.com/apache/parquet-mr/pull/1044#issuecomment-1559486903 Just curious, are there real use cases for page V2? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Commented] (PARQUET-2274) Remove Yetus

2023-05-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725427#comment-17725427 ] ASF GitHub Bot commented on PARQUET-2274: - shangxinli commented on PR #1056: URL:

[GitHub] [parquet-mr] shangxinli commented on pull request #1056: PARQUET-2274: Remove Yetus

2023-05-23 Thread via GitHub
shangxinli commented on PR #1056: URL: https://github.com/apache/parquet-mr/pull/1056#issuecomment-1559479395 Yeah, adding some comments could help although sometimes people ignore it. But some of them are already used by other tool like the columnIndex one. -- This is an automated

[jira] [Commented] (PARQUET-2293) Bump guava from 27.0.1-jre to 31.1-jre

2023-05-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725425#comment-17725425 ] ASF GitHub Bot commented on PARQUET-2293: - shangxinli merged PR #1081: URL:

[GitHub] [parquet-mr] shangxinli merged pull request #1081: PARQUET-2293: Bump guava from 27.0.1-jre to 31.1-jre

2023-05-23 Thread via GitHub
shangxinli merged PR #1081: URL: https://github.com/apache/parquet-mr/pull/1081 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [parquet-mr] shangxinli merged pull request #1094: Bump exec-maven-plugin from 1.2.1 to 3.1.0

2023-05-23 Thread via GitHub
shangxinli merged PR #1094: URL: https://github.com/apache/parquet-mr/pull/1094 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Commented] (PARQUET-2300) Update jackson-core 2.13.4 to a version without CVE PRISMA-2023-0067

2023-05-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17725309#comment-17725309 ] ASF GitHub Bot commented on PARQUET-2300: - wgtmac merged PR #1093: URL:

[GitHub] [parquet-mr] wgtmac merged pull request #1093: PARQUET-2300: Bump jackson.version from 2.14.2 to 2.15.0

2023-05-23 Thread via GitHub
wgtmac merged PR #1093: URL: https://github.com/apache/parquet-mr/pull/1093 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Updated] (PARQUET-2300) Update jackson-core 2.13.4 to a version without CVE PRISMA-2023-0067

2023-05-23 Thread Gang Wu (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Wu updated PARQUET-2300: - Fix Version/s: 1.14.0 > Update jackson-core 2.13.4 to a version without CVE PRISMA-2023-0067 >