Re: Parquet - 41

2020-05-13 Thread Lekshmi Narayanan, Arun Balajiee
Firstly, thanks for adding me. Yes I want to do this in relation with PARQUET - 1404. I completed read and write index api, but the at moment to make it approvable with a PR I have to remove all the other file changes and address your comments as well. I can come back those, when I complete

Re: Parquet - 41

2020-05-13 Thread Wes McKinney
I just added Arun as a contributor. @Arun -- are you planning to do this in relation to PARQUET-1404? Where does that project stand? On Wed, May 13, 2020 at 9:22 PM Junjie Chen wrote: > > You need a committer to add you as a contributor to the project. I'm not a > committer yet... @Gabor,

Re: Parquet - 41

2020-05-13 Thread Junjie Chen
You need a committer to add you as a contributor to the project. I'm not a committer yet... @Gabor, could you please help to assign this? On Thu, May 14, 2020 at 7:28 AM Lekshmi Narayanan, Arun Balajiee < arl...@pitt.edu> wrote: > Hi > > Just wanted to re-confirm that I am working on the C++

[jira] [Commented] (PARQUET-1630) Resolve Bloom filter spec concerns

2020-05-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17106735#comment-17106735 ] ASF GitHub Bot commented on PARQUET-1630: - a2un commented on a change in pull request #146:

[GitHub] [parquet-format] a2un commented on a change in pull request #146: PARQUET-1630: Update Bloom filter format

2020-05-13 Thread GitBox
a2un commented on a change in pull request #146: URL: https://github.com/apache/parquet-format/pull/146#discussion_r424791329 ## File path: BloomFilter.md ## @@ -181,6 +182,9 @@ struct ColumnMetaData { ``` +The Bloom filter data is stored right after pages indexes, the

[GitHub] [parquet-format] a2un commented on a change in pull request #146: PARQUET-1630: Update Bloom filter format

2020-05-13 Thread GitBox
a2un commented on a change in pull request #146: URL: https://github.com/apache/parquet-format/pull/146#discussion_r424791329 ## File path: BloomFilter.md ## @@ -181,6 +182,9 @@ struct ColumnMetaData { ``` +The Bloom filter data is stored right after pages indexes, the

[jira] [Commented] (PARQUET-1630) Resolve Bloom filter spec concerns

2020-05-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17106734#comment-17106734 ] ASF GitHub Bot commented on PARQUET-1630: - a2un commented on a change in pull request #146:

[jira] [Commented] (PARQUET-1630) Resolve Bloom filter spec concerns

2020-05-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17106733#comment-17106733 ] ASF GitHub Bot commented on PARQUET-1630: - a2un commented on a change in pull request #146:

[GitHub] [parquet-format] a2un commented on a change in pull request #146: PARQUET-1630: Update Bloom filter format

2020-05-13 Thread GitBox
a2un commented on a change in pull request #146: URL: https://github.com/apache/parquet-format/pull/146#discussion_r424791329 ## File path: BloomFilter.md ## @@ -181,6 +182,9 @@ struct ColumnMetaData { ``` +The Bloom filter data is stored right after pages indexes, the

Re: Parquet - 41

2020-05-13 Thread Lekshmi Narayanan, Arun Balajiee
Hi Just wanted to re-confirm that I am working on the C++ implementation of Bloom Filters in Arrow. I don't have the access level to complete this. Could you assign me to this ticket? https://issues.apache.org/jira/browse/PARQUET-1327 username: encodedgeek Regards