[jira] [Commented] (PARQUET-1711) [parquet-protobuf] stack overflow when work with well known json type

2022-11-23 Thread J Y (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17638109#comment-17638109 ] J Y commented on PARQUET-1711: -- this should be resolved after #995 now. > [parquet-protobuf] stack

[jira] [Commented] (PARQUET-2149) Implement async IO for Parquet file reader

2022-11-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17638053#comment-17638053 ] ASF GitHub Bot commented on PARQUET-2149: - wgtmac commented on PR #968: URL:

[GitHub] [parquet-mr] wgtmac commented on pull request #968: PARQUET-2149: Async IO implementation for ParquetFileReader

2022-11-23 Thread GitBox
wgtmac commented on PR #968: URL: https://github.com/apache/parquet-mr/pull/968#issuecomment-1325873832 > Updated. The thread pools are now set thru ParquetReadOptions Thanks for addressing this! I agree that adopting Hadoop vectored IO is an orthogonal topic and can be a

[jira] [Commented] (PARQUET-2159) Parquet bit-packing de/encode optimization

2022-11-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17638012#comment-17638012 ] ASF GitHub Bot commented on PARQUET-2159: - jiangjiguang commented on PR #1011: URL:

[GitHub] [parquet-mr] jiangjiguang commented on pull request #1011: PARQUET-2159: java17 vector parquet bit-packing decode optimization

2022-11-23 Thread GitBox
jiangjiguang commented on PR #1011: URL: https://github.com/apache/parquet-mr/pull/1011#issuecomment-1325814649 @wangyum Could you review the PR ? thanks -- 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

[jira] [Commented] (PARQUET-2149) Implement async IO for Parquet file reader

2022-11-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17637996#comment-17637996 ] ASF GitHub Bot commented on PARQUET-2149: - parthchandra commented on PR #968: URL:

[GitHub] [parquet-mr] parthchandra commented on pull request #968: PARQUET-2149: Async IO implementation for ParquetFileReader

2022-11-23 Thread GitBox
parthchandra commented on PR #968: URL: https://github.com/apache/parquet-mr/pull/968#issuecomment-1325768325 Updated. The thread pools are now set thru ParquetReadOptions -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Commented] (PARQUET-2149) Implement async IO for Parquet file reader

2022-11-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17637935#comment-17637935 ] ASF GitHub Bot commented on PARQUET-2149: - parthchandra commented on code in PR #968: URL:

[GitHub] [parquet-mr] parthchandra commented on a diff in pull request #968: PARQUET-2149: Async IO implementation for ParquetFileReader

2022-11-23 Thread GitBox
parthchandra commented on code in PR #968: URL: https://github.com/apache/parquet-mr/pull/968#discussion_r1030813744 ## parquet-hadoop/src/main/java/org/apache/parquet/hadoop/FilePageReader.java: ## @@ -0,0 +1,361 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[jira] [Commented] (PARQUET-2149) Implement async IO for Parquet file reader

2022-11-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17637846#comment-17637846 ] ASF GitHub Bot commented on PARQUET-2149: - wgtmac commented on code in PR #968: URL:

[GitHub] [parquet-mr] wgtmac commented on a diff in pull request #968: PARQUET-2149: Async IO implementation for ParquetFileReader

2022-11-23 Thread GitBox
wgtmac commented on code in PR #968: URL: https://github.com/apache/parquet-mr/pull/968#discussion_r1030605835 ## parquet-hadoop/src/main/java/org/apache/parquet/hadoop/FilePageReader.java: ## @@ -0,0 +1,361 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[jira] [Commented] (PARQUET-2215) Document how DELTA_BINARY_PACKED handles overflow for deltas

2022-11-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17637687#comment-17637687 ] ASF GitHub Bot commented on PARQUET-2215: - rok commented on code in PR #187: URL:

[GitHub] [parquet-format] rok commented on a diff in pull request #187: PARQUET-2215: [Format] Document overflow handling in DELTA_BINARY_PACKED

2022-11-23 Thread GitBox
rok commented on code in PR #187: URL: https://github.com/apache/parquet-format/pull/187#discussion_r1030268086 ## Encodings.md: ## @@ -153,52 +153,88 @@ repetition and definition levels. ### Delta Encoding (DELTA_BINARY_PACKED = 5) Supported Types: INT32, INT64 -This

[jira] [Commented] (PARQUET-2215) Document how DELTA_BINARY_PACKED handles overflow for deltas

2022-11-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17637677#comment-17637677 ] ASF GitHub Bot commented on PARQUET-2215: - pitrou commented on PR #187: URL:

[GitHub] [parquet-format] pitrou commented on pull request #187: PARQUET-2215: [Format] Document overflow handling in DELTA_BINARY_PACKED

2022-11-23 Thread GitBox
pitrou commented on PR #187: URL: https://github.com/apache/parquet-format/pull/187#issuecomment-1324796485 @ksuarez1423 @wjones127 Would you like to take a look at the wording? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Commented] (PARQUET-2215) Document how DELTA_BINARY_PACKED handles overflow for deltas

2022-11-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17637676#comment-17637676 ] ASF GitHub Bot commented on PARQUET-2215: - pitrou commented on code in PR #187: URL:

[GitHub] [parquet-format] pitrou commented on a diff in pull request #187: PARQUET-2215: [Format] Document overflow handling in DELTA_BINARY_PACKED

2022-11-23 Thread GitBox
pitrou commented on code in PR #187: URL: https://github.com/apache/parquet-format/pull/187#discussion_r1030229202 ## Encodings.md: ## @@ -153,52 +153,88 @@ repetition and definition levels. ### Delta Encoding (DELTA_BINARY_PACKED = 5) Supported Types: INT32, INT64 -This

[jira] [Commented] (PARQUET-2215) Document how DELTA_BINARY_PACKED handles overflow for deltas

2022-11-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17637668#comment-17637668 ] ASF GitHub Bot commented on PARQUET-2215: - rok commented on code in PR #187: URL:

[GitHub] [parquet-format] rok commented on a diff in pull request #187: PARQUET-2215: [Format] Document overflow handling in DELTA_BINARY_PACKED

2022-11-23 Thread GitBox
rok commented on code in PR #187: URL: https://github.com/apache/parquet-format/pull/187#discussion_r1030213552 ## Encodings.md: ## @@ -153,52 +153,88 @@ repetition and definition levels. ### Delta Encoding (DELTA_BINARY_PACKED = 5) Supported Types: INT32, INT64 -This

[jira] [Commented] (PARQUET-2215) Document how DELTA_BINARY_PACKED handles overflow for deltas

2022-11-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17637665#comment-17637665 ] ASF GitHub Bot commented on PARQUET-2215: - pitrou commented on code in PR #187: URL:

[GitHub] [parquet-format] pitrou commented on a diff in pull request #187: PARQUET-2215: [Format] Document overflow handling in DELTA_BINARY_PACKED

2022-11-23 Thread GitBox
pitrou commented on code in PR #187: URL: https://github.com/apache/parquet-format/pull/187#discussion_r1030207739 ## Encodings.md: ## @@ -153,52 +153,88 @@ repetition and definition levels. ### Delta Encoding (DELTA_BINARY_PACKED = 5) Supported Types: INT32, INT64 -This

[jira] [Commented] (PARQUET-2215) Document how DELTA_BINARY_PACKED handles overflow for deltas

2022-11-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17637654#comment-17637654 ] ASF GitHub Bot commented on PARQUET-2215: - rok commented on code in PR #187: URL:

[GitHub] [parquet-format] rok commented on a diff in pull request #187: PARQUET-2215: [Format] Document overflow handling in DELTA_BINARY_PACKED

2022-11-23 Thread GitBox
rok commented on code in PR #187: URL: https://github.com/apache/parquet-format/pull/187#discussion_r1030180263 ## Encodings.md: ## @@ -153,52 +153,88 @@ repetition and definition levels. ### Delta Encoding (DELTA_BINARY_PACKED = 5) Supported Types: INT32, INT64 -This

[jira] [Commented] (PARQUET-2215) Document how DELTA_BINARY_PACKED handles overflow for deltas

2022-11-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17637636#comment-17637636 ] ASF GitHub Bot commented on PARQUET-2215: - pitrou commented on PR #187: URL:

[GitHub] [parquet-format] pitrou commented on pull request #187: PARQUET-2215: [Format] Document overflow handling in DELTA_BINARY_PACKED

2022-11-23 Thread GitBox
pitrou commented on PR #187: URL: https://github.com/apache/parquet-format/pull/187#issuecomment-1324708857 cc @rok -- 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

[jira] [Assigned] (PARQUET-2215) Document how DELTA_BINARY_PACKED handles overflow for deltas

2022-11-23 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou reassigned PARQUET-2215: --- Assignee: Antoine Pitrou > Document how DELTA_BINARY_PACKED handles overflow for