[
https://issues.apache.org/jira/browse/PARQUET-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17759204#comment-17759204
]
ASF GitHub Bot commented on PARQUET-2261:
-
etseidl commented on code in PR #197
etseidl commented on code in PR #197:
URL: https://github.com/apache/parquet-format/pull/197#discussion_r1306335556
##
src/main/thrift/parquet.thrift:
##
@@ -974,6 +1050,13 @@ struct ColumnIndex {
/** A list containing the number of null values for each page **/
5: optio
[
https://issues.apache.org/jira/browse/PARQUET-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17759111#comment-17759111
]
ASF GitHub Bot commented on PARQUET-2261:
-
etseidl commented on PR #197:
URL: h
etseidl commented on PR #197:
URL: https://github.com/apache/parquet-format/pull/197#issuecomment-1693675685
Question about the two implementation rule...is there a set of preferred
implementations? Since I'll likely be the one implementing this change in
libcudf, I'd be happy to prototype
[
https://issues.apache.org/jira/browse/PARQUET-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17759100#comment-17759100
]
ASF GitHub Bot commented on PARQUET-2261:
-
emkornfield commented on PR #197:
UR
emkornfield commented on PR #197:
URL: https://github.com/apache/parquet-format/pull/197#issuecomment-1693610362
Just wanted to tag that
https://github.com/apache/parquet-format/pull/197#discussion_r1301338683
(tagging here because it is a comment on an outdated version) seems to be the
la
[
https://issues.apache.org/jira/browse/PARQUET-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17759099#comment-17759099
]
ASF GitHub Bot commented on PARQUET-2261:
-
emkornfield commented on code in PR
emkornfield commented on code in PR #197:
URL: https://github.com/apache/parquet-format/pull/197#discussion_r1305871232
##
src/main/thrift/parquet.thrift:
##
@@ -974,6 +1050,13 @@ struct ColumnIndex {
/** A list containing the number of null values for each page **/
5: o
[
https://issues.apache.org/jira/browse/PARQUET-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17759079#comment-17759079
]
ASF GitHub Bot commented on PARQUET-2261:
-
m29498 commented on PR #197:
URL: ht
m29498 commented on PR #197:
URL: https://github.com/apache/parquet-format/pull/197#issuecomment-1693533716
Thanks @GregoryKimball and @etseidl We would also find this change very
useful. As @GregoryKimball mentioned, we can use the extra size statistics in
the page footer to be able to mor
wgtmac commented on PR #:
URL: https://github.com/apache/parquet-mr/pull/#issuecomment-1693451139
@eyeyar03 We haven't released the next major version 1.14.0 yet, so that's
why you cannot see it from there. Usually we don't backport any new feature to
a minor release, so the next mi
[
https://issues.apache.org/jira/browse/PARQUET-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17759069#comment-17759069
]
ASF GitHub Bot commented on PARQUET-1822:
-
wgtmac commented on PR #:
URL: h
[
https://issues.apache.org/jira/browse/PARQUET-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17759048#comment-17759048
]
ASF GitHub Bot commented on PARQUET-1822:
-
eyeyar03 commented on PR #:
URL:
eyeyar03 commented on PR #:
URL: https://github.com/apache/parquet-mr/pull/#issuecomment-1693352011
Hi @wgtmac , just new to exploring and parsing parquet in Java.. I've been
trying the sample code here but I can't make it work because of the
LocalInputFile not yet in the current ve
[
https://issues.apache.org/jira/browse/PARQUET-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758874#comment-17758874
]
ASF GitHub Bot commented on PARQUET-2342:
-
majdyz commented on PR #1135:
URL: h
majdyz commented on PR #1135:
URL: https://github.com/apache/parquet-mr/pull/1135#issuecomment-1692954460
@wgtmac I renamed the config to align with its actual intention
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
[
https://issues.apache.org/jira/browse/PARQUET-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758865#comment-17758865
]
ASF GitHub Bot commented on PARQUET-2342:
-
majdyz commented on PR #1135:
URL: h
majdyz commented on PR #1135:
URL: https://github.com/apache/parquet-mr/pull/1135#issuecomment-1692922180
@boneanxs It's
`org.apache.parquet.io.ParquetDecodingException: totalValueCount
'-2094967296' <= 0`
You can run the added test with the fix excluded to repro the issue.
--
[
https://issues.apache.org/jira/browse/PARQUET-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758861#comment-17758861
]
ASF GitHub Bot commented on PARQUET-2342:
-
wgtmac commented on code in PR #1135
wgtmac commented on code in PR #1135:
URL: https://github.com/apache/parquet-mr/pull/1135#discussion_r1305294522
##
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetOutputFormat.java:
##
@@ -146,6 +146,7 @@ public static enum JobSummaryLevel {
public static final
[
https://issues.apache.org/jira/browse/PARQUET-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758859#comment-17758859
]
ASF GitHub Bot commented on PARQUET-2342:
-
boneanxs commented on PR #1135:
URL:
boneanxs commented on PR #1135:
URL: https://github.com/apache/parquet-mr/pull/1135#issuecomment-1692901137
Hey @majdyz Can share what the exact error you've got when reading this
corrupt file?
--
This is an automated message from the Apache Git Service.
To respond to the message, please
[
https://issues.apache.org/jira/browse/PARQUET-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758858#comment-17758858
]
ASF GitHub Bot commented on PARQUET-2342:
-
majdyz commented on code in PR #1135
majdyz commented on code in PR #1135:
URL: https://github.com/apache/parquet-mr/pull/1135#discussion_r1305292076
##
parquet-column/src/main/java/org/apache/parquet/column/impl/ColumnWriteStoreBase.java:
##
@@ -231,7 +231,9 @@ private void sizeCheck() {
long usedMem = writ
24 matches
Mail list logo