[jira] [Commented] (PARQUET-1977) Invalid data_page_offset

2021-02-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284924#comment-17284924 ] ASF GitHub Bot commented on PARQUET-1977: - shangxinli commented on pull request

[GitHub] [parquet-mr] shangxinli commented on pull request #868: PARQUET-1977: Invalid data_page_offset

2021-02-15 Thread GitBox
shangxinli commented on pull request #868: URL: https://github.com/apache/parquet-mr/pull/868#issuecomment-779408903 Great findings! I will review it sometime this week. BTW, I see you keep finding issues like this. Are you doing some testing? -

[jira] [Commented] (PARQUET-1979) Optional bloom_filter_offset is filled if no bloom filter is present

2021-02-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284920#comment-17284920 ] ASF GitHub Bot commented on PARQUET-1979: - shangxinli commented on a change in

[GitHub] [parquet-mr] shangxinli commented on a change in pull request #869: PARQUET-1979: bloom_filter_offset is filled if there are no bloom filters

2021-02-15 Thread GitBox
shangxinli commented on a change in pull request #869: URL: https://github.com/apache/parquet-mr/pull/869#discussion_r576383236 ## File path: parquet-hadoop/src/main/java/org/apache/parquet/hadoop/metadata/ColumnChunkMetaData.java ## @@ -157,14 +157,14 @@ public static ColumnC

[jira] [Commented] (PARQUET-1975) Test failure on ARM64 CPU architecture

2021-02-15 Thread Martin Tzvetanov Grigorov (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284685#comment-17284685 ] Martin Tzvetanov Grigorov commented on PARQUET-1975: I've created a

[jira] [Commented] (PARQUET-1979) Optional bloom_filter_offset is filled if no bloom filter is present

2021-02-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284638#comment-17284638 ] ASF GitHub Bot commented on PARQUET-1979: - gszadovszky commented on pull reques

[GitHub] [parquet-mr] gszadovszky commented on pull request #869: PARQUET-1979: bloom_filter_offset is filled if there are no bloom filters

2021-02-15 Thread GitBox
gszadovszky commented on pull request #869: URL: https://github.com/apache/parquet-mr/pull/869#issuecomment-779102808 @chenjunjiedada, @shangxinli, could you please check this out? This is an automated message from the Apache

[jira] [Commented] (PARQUET-1966) Fix build with JDK11 for JDK8

2021-02-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284635#comment-17284635 ] ASF GitHub Bot commented on PARQUET-1966: - gszadovszky merged pull request #858

[jira] [Resolved] (PARQUET-1966) Fix build with JDK11 for JDK8

2021-02-15 Thread Gabor Szadovszky (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Szadovszky resolved PARQUET-1966. --- Fix Version/s: 1.12.0 Resolution: Fixed > Fix build with JDK11 for JDK8 > --

[GitHub] [parquet-mr] gszadovszky merged pull request #858: PARQUET-1966: Fix build with JDK11 for JDK8

2021-02-15 Thread GitBox
gszadovszky merged pull request #858: URL: https://github.com/apache/parquet-mr/pull/858 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 g

[jira] [Commented] (PARQUET-1978) Provide a tool to show the complete footer

2021-02-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284634#comment-17284634 ] ASF GitHub Bot commented on PARQUET-1978: - gszadovszky commented on a change in

[GitHub] [parquet-mr] gszadovszky commented on a change in pull request #867: PARQUET-1978: Provide a tool to show the complete footer

2021-02-15 Thread GitBox
gszadovszky commented on a change in pull request #867: URL: https://github.com/apache/parquet-mr/pull/867#discussion_r576060940 ## File path: parquet-cli/src/main/java/org/apache/parquet/cli/commands/ShowFooterCommand.java ## @@ -0,0 +1,150 @@ +/* + * Licensed to the Apache S