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

2021-02-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17282575#comment-17282575 ] ASF GitHub Bot commented on PARQUET-1978: - ggershinsky commented on a change in pull request

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

2021-02-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17282580#comment-17282580 ] ASF GitHub Bot commented on PARQUET-1979: - gszadovszky opened a new pull request #869: URL:

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

2021-02-10 Thread GitBox
gszadovszky opened a new pull request #869: URL: https://github.com/apache/parquet-mr/pull/869 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Parquet Jira](https://issues.apache.org/jira/browse/PARQUET/) issues and references

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

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

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

2021-02-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17282571#comment-17282571 ] ASF GitHub Bot commented on PARQUET-1977: - gszadovszky opened a new pull request #868: URL:

[GitHub] [parquet-mr] gszadovszky opened a new pull request #868: PARQUET-1977: Invalid data_page_offset

2021-02-10 Thread GitBox
gszadovszky opened a new pull request #868: URL: https://github.com/apache/parquet-mr/pull/868 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Parquet Jira](https://issues.apache.org/jira/browse/PARQUET/) issues and references them

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

2021-02-10 Thread Gabor Szadovszky (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Szadovszky updated PARQUET-1979: -- Description: Currently the field

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

2021-02-10 Thread Gabor Szadovszky (Jira)
Gabor Szadovszky created PARQUET-1979: - Summary: Optional bloom_filter_offset is filled if no bloom filter is present Key: PARQUET-1979 URL: https://issues.apache.org/jira/browse/PARQUET-1979

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

2021-02-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17282468#comment-17282468 ] ASF GitHub Bot commented on PARQUET-1966: - shangxinli commented on pull request #858: URL:

[GitHub] [parquet-mr] shangxinli commented on pull request #858: PARQUET-1966: Fix build with JDK11 for JDK8

2021-02-10 Thread GitBox
shangxinli commented on pull request #858: URL: https://github.com/apache/parquet-mr/pull/858#issuecomment-776722038 > > For the failed test "testMemoryManagerUpperLimit", I am not sure it is caused by this change, or the test itself is unstable. It seems the failure is because the pool

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

2021-02-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17282390#comment-17282390 ] ASF GitHub Bot commented on PARQUET-1978: - gszadovszky opened a new pull request #867: URL:

[GitHub] [parquet-mr] gszadovszky opened a new pull request #867: PARQUET-1978: Provide a tool to show the complete footer

2021-02-10 Thread GitBox
gszadovszky opened a new pull request #867: URL: https://github.com/apache/parquet-mr/pull/867 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Parquet Jira](https://issues.apache.org/jira/browse/PARQUET/) issues and references them

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

2021-02-10 Thread Gabor Szadovszky (Jira)
Gabor Szadovszky created PARQUET-1978: - Summary: Provide a tool to show the complete footer Key: PARQUET-1978 URL: https://issues.apache.org/jira/browse/PARQUET-1978 Project: Parquet

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

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

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

2021-02-10 Thread GitBox
gszadovszky edited a comment on pull request #858: URL: https://github.com/apache/parquet-mr/pull/858#issuecomment-776598248 > For the failed test "testMemoryManagerUpperLimit", I am not sure it is caused by this change, or the test itself is unstable. It seems the failure is because the

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

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

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

2021-02-10 Thread GitBox
gszadovszky commented on pull request #858: URL: https://github.com/apache/parquet-mr/pull/858#issuecomment-776598248 > For the failed test "testMemoryManagerUpperLimit", I am not sure it is caused by this change, or the test itself is unstable. It seems the failure is because the pool

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

2021-02-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17282349#comment-17282349 ] ASF GitHub Bot commented on PARQUET-1966: - gszadovszky commented on a change in pull request

[GitHub] [parquet-mr] gszadovszky commented on a change in pull request #858: PARQUET-1966: Fix build with JDK11 for JDK8

2021-02-10 Thread GitBox
gszadovszky commented on a change in pull request #858: URL: https://github.com/apache/parquet-mr/pull/858#discussion_r573598674 ## File path: pom.xml ## @@ -393,6 +393,7 @@ org.apache.maven.plugins maven-compiler-plugin +3.8.1 Review

[jira] [Resolved] (PARQUET-1970) Make minor releases source compatible

2021-02-10 Thread Gabor Szadovszky (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Szadovszky resolved PARQUET-1970. --- Fix Version/s: 1.12.0 Resolution: Fixed > Make minor releases source

[jira] [Commented] (PARQUET-1970) Make minor releases source compatible

2021-02-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17282347#comment-17282347 ] ASF GitHub Bot commented on PARQUET-1970: - gszadovszky merged pull request #861: URL:

[GitHub] [parquet-mr] gszadovszky merged pull request #861: PARQUET-1970: Make minor releases source compatible

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

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

2021-02-10 Thread Gabor Szadovszky (Jira)
Gabor Szadovszky created PARQUET-1977: - Summary: Invalid data_page_offset Key: PARQUET-1977 URL: https://issues.apache.org/jira/browse/PARQUET-1977 Project: Parquet Issue Type: Bug