[jira] [Updated] (PARQUET-791) Predicate pushing down on missing columns should work on UserDefinedPredicate too

2016-12-05 Thread Liang-Chi Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang-Chi Hsieh updated PARQUET-791: Description: This is related to PARQUET-389. PARQUET-389 fixes the predicate pushing down o

[jira] [Updated] (PARQUET-791) Predicate pushing down on missing columns should work on UserDefinedPredicate too

2016-12-05 Thread Liang-Chi Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang-Chi Hsieh updated PARQUET-791: Description: This is related to PARQUET-389. PARQUET-389 fixes the predicate pushing down o

[jira] [Created] (PARQUET-791) Predicate pushing down on missing columns should work on UserDefinedPredicate too

2016-12-05 Thread Liang-Chi Hsieh (JIRA)
Liang-Chi Hsieh created PARQUET-791: --- Summary: Predicate pushing down on missing columns should work on UserDefinedPredicate too Key: PARQUET-791 URL: https://issues.apache.org/jira/browse/PARQUET-791

[jira] [Commented] (PARQUET-783) H2SeekableInputStream does not close its underlying FSDataInputStream, leading to connection leaks

2016-12-05 Thread Michael Allman (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15724105#comment-15724105 ] Michael Allman commented on PARQUET-783: Any chance we can get this in 1.9.1? Thi

[jira] [Updated] (PARQUET-783) H2SeekableInputStream does not close its underlying FSDataInputStream, leading to connection leaks

2016-12-05 Thread Michael Allman (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Allman updated PARQUET-783: --- Affects Version/s: (was: 1.9.1) > H2SeekableInputStream does not close its underlying FSD

[jira] [Resolved] (PARQUET-786) parquet-tools README incorrectly has 'java jar' instead of 'java -jar'

2016-12-05 Thread Julien Le Dem (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem resolved PARQUET-786. --- Resolution: Fixed Fix Version/s: 1.10.0 Merged in: https://github.com/apache/parquet-m

[jira] [Updated] (PARQUET-786) parquet-tools README incorrectly has 'java jar' instead of 'java -jar'

2016-12-05 Thread Julien Le Dem (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PARQUET-786: -- Assignee: Mark Nelson > parquet-tools README incorrectly has 'java jar' instead of 'java -jar'

[jira] [Updated] (PARQUET-783) H2SeekableInputStream does not close its underlying FSDataInputStream, leading to connection leaks

2016-12-05 Thread Julien Le Dem (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PARQUET-783: -- Assignee: Michael Allman > H2SeekableInputStream does not close its underlying FSDataInputStrea

[jira] [Commented] (PARQUET-790) Close Parquet github account to avoid confusion

2016-12-05 Thread Jason Altekruse (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15723690#comment-15723690 ] Jason Altekruse commented on PARQUET-790: - You could also make the headline more

[jira] [Commented] (PARQUET-790) Close Parquet github account to avoid confusion

2016-12-05 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15723677#comment-15723677 ] Wes McKinney commented on PARQUET-790: -- You could rename the organization to somethi

[jira] [Updated] (PARQUET-789) [C++] Catch and translate ParquetException in parquet::arrow::FileReader::{ReadFlatColumn, ReadFlatTable}}

2016-12-05 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated PARQUET-789: - Assignee: Wes McKinney PR: https://github.com/apache/parquet-cpp/pull/201 > [C++] Catch and tran

[jira] [Created] (PARQUET-790) Close Parquet github account to avoid confusion

2016-12-05 Thread Julien Le Dem (JIRA)
Julien Le Dem created PARQUET-790: - Summary: Close Parquet github account to avoid confusion Key: PARQUET-790 URL: https://issues.apache.org/jira/browse/PARQUET-790 Project: Parquet Issue Typ

[jira] [Created] (PARQUET-789) [C++] Catch ParquetException in parquet::arrow::FileReader::{ReadFlatColumn, ReadFlatTable}}

2016-12-05 Thread Wes McKinney (JIRA)
Wes McKinney created PARQUET-789: Summary: [C++] Catch ParquetException in parquet::arrow::FileReader::{ReadFlatColumn, ReadFlatTable}} Key: PARQUET-789 URL: https://issues.apache.org/jira/browse/PARQUET-789

[jira] [Updated] (PARQUET-789) [C++] Catch and translate ParquetException in parquet::arrow::FileReader::{ReadFlatColumn, ReadFlatTable}}

2016-12-05 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated PARQUET-789: - Summary: [C++] Catch and translate ParquetException in parquet::arrow::FileReader::{ReadFlatColum

[jira] [Commented] (PARQUET-783) H2SeekableInputStream does not close its underlying FSDataInputStream, leading to connection leaks

2016-12-05 Thread Michael Allman (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15722771#comment-15722771 ] Michael Allman commented on PARQUET-783: Hi [~gszadovszky]. Thanks for the advice

[jira] [Resolved] (PARQUET-788) [C++] Reference Impala / Apache Impala (incubating) in LICENSE

2016-12-05 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved PARQUET-788. -- Resolution: Fixed Issue resolved by pull request 200 [https://github.com/apache/parquet-cpp/pul

[jira] [Commented] (PARQUET-783) H2SeekableInputStream does not close its underlying FSDataInputStream, leading to connection leaks

2016-12-05 Thread Gabor Szadovszky (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15721918#comment-15721918 ] Gabor Szadovszky commented on PARQUET-783: -- Hi [~michael], As you have linked th