[jira] [Commented] (PARQUET-2075) Unified Rewriter Tool

2023-01-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17655956#comment-17655956 ] ASF GitHub Bot commented on PARQUET-2075: - ggershinsky commented on code in PR

[GitHub] [parquet-mr] ggershinsky commented on a diff in pull request #1014: PARQUET-2075: Implement unified file rewriter

2023-01-08 Thread GitBox
ggershinsky commented on code in PR #1014: URL: https://github.com/apache/parquet-mr/pull/1014#discussion_r1064348254 ## parquet-hadoop/src/main/java/org/apache/parquet/hadoop/rewrite/RewriteOptions.java: ## @@ -0,0 +1,178 @@ +/* + * Licensed to the Apache Software Foundation (A

[jira] [Reopened] (PARQUET-1980) Build and test Apache Parquet on ARM64 CPU architecture

2023-01-08 Thread Gabor Szadovszky (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Szadovszky reopened PARQUET-1980: --- [~mgrigorov], PMC just got a note from Apache IT that they are about to "move away fro

[jira] [Commented] (PARQUET-2224) Publish SBOM artifacts

2023-01-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17655942#comment-17655942 ] ASF GitHub Bot commented on PARQUET-2224: - dongjoon-hyun commented on PR #1017:

[GitHub] [parquet-mr] dongjoon-hyun commented on pull request #1017: PARQUET-2224: Publish SBOM artifacts

2023-01-08 Thread GitBox
dongjoon-hyun commented on PR #1017: URL: https://github.com/apache/parquet-mr/pull/1017#issuecomment-1375203719 Thank you, @ggershinsky ! -- 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 spec

[jira] [Commented] (PARQUET-2224) Publish SBOM artifacts

2023-01-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17655859#comment-17655859 ] ASF GitHub Bot commented on PARQUET-2224: - dongjoon-hyun commented on PR #1017:

[GitHub] [parquet-mr] dongjoon-hyun commented on pull request #1017: PARQUET-2224: Publish SBOM artifacts

2023-01-08 Thread GitBox
dongjoon-hyun commented on PR #1017: URL: https://github.com/apache/parquet-mr/pull/1017#issuecomment-1374985673 Thank you, @wgtmac and @sunchao . -- 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

[jira] [Commented] (PARQUET-2219) ParquetFileReader throws a runtime exception when a file contains only headers and now row data

2023-01-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17655785#comment-17655785 ] ASF GitHub Bot commented on PARQUET-2219: - wgtmac commented on PR #1018: URL: h

[GitHub] [parquet-mr] wgtmac commented on pull request #1018: PARQUET-2219: ParquetFileReader skips empty row group

2023-01-08 Thread GitBox
wgtmac commented on PR #1018: URL: https://github.com/apache/parquet-mr/pull/1018#issuecomment-1374806195 @gszadovszky @ggershinsky @shangxinli @sunchao Could you please take a look when you have time? cc @emkornfield -- This is an automated message from the Apache Git Service. To

[jira] [Assigned] (PARQUET-2219) ParquetFileReader throws a runtime exception when a file contains only headers and now row data

2023-01-08 Thread Gang Wu (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Wu reassigned PARQUET-2219: Assignee: Gang Wu > ParquetFileReader throws a runtime exception when a file contains only > he

[jira] [Commented] (PARQUET-2219) ParquetFileReader throws a runtime exception when a file contains only headers and now row data

2023-01-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17655782#comment-17655782 ] ASF GitHub Bot commented on PARQUET-2219: - wgtmac opened a new pull request, #1

[GitHub] [parquet-mr] wgtmac opened a new pull request, #1018: PARQUET-2219: ParquetFileReader skips empty row group

2023-01-08 Thread GitBox
wgtmac opened a new pull request, #1018: URL: https://github.com/apache/parquet-mr/pull/1018 ### Jira My PR addresses the [PARQUET-2219](https://issues.apache.org/jira/browse/PARQUET/PARQUET-2219). ### Tests My PR adds the following unit test to read parquet file with em