asfimport
asfimport
[Dong Chen](https://issues.apache.org/jira/browse/PARQUET-131?#comment-14222902) / @dongc: Hi @zhenxiao, @brockn, @jacques-n I am working on HIVE-8128 and find here. Thank you for creating and discussing this. From Hive perspective, hope below feedback could...
[Brock Noland](https://issues.apache.org/jira/browse/PARQUET-131?#comment-14223222) / @brockn: @dongc, I believe in Hive `ColumnVector.isRepeating` is used when it's a partition column. Is that your understanding?
[Dong Chen](https://issues.apache.org/jira/browse/PARQUET-131?#comment-14224001) / @dongc: Hi @brockn > in Hive ColumnVector.isRepeating is used when it's a partition column I think using for a partition column is one case, and it can...
[Dong Chen](https://issues.apache.org/jira/browse/PARQUET-131?#comment-14229555) / @dongc: Hi, After digging into the code more, I get some thoughts based on the design proposal. In order to describe these thoughts clearly, I uploaded a...
[Zhenxiao Luo](https://issues.apache.org/jira/browse/PARQUET-131?#comment-14231146) / @zhenxiao: Briefly describe how Presto works with Parquet
[Brock Noland](https://issues.apache.org/jira/browse/PARQUET-131?#comment-14232184) / @brockn: Hello @dongc, Today the informal elements of the "parquet vectorization" team in the US met. This included myself, Zhenxiao, Daniel, and Eva for PrestoDB, Parth Jason...
[Brock Noland](https://issues.apache.org/jira/browse/PARQUET-131?#comment-14233609) / @brockn: @danielcweeks actually looks like [PR 6](https://github.com/apache/incubator-parquet-mr/pull/6). Any thoughts on why you feel releases are required?
[Dong Chen](https://issues.apache.org/jira/browse/PARQUET-131?#comment-14233942) / @dongc: Thanks @brockn, PrestoDB team, and Drill team for the progress and plan! Adding the allocator interface is a good idea. Looking forward to the POC. And...
[Hyunsik Choi](https://issues.apache.org/jira/browse/PARQUET-131?#comment-14241410): Hi guys, I'm a Tajo (tajo.apache.org) guy. We would also like to participate in this work. Is the current progress POC? We'll share the progress too here.
[Zhenxiao Luo](https://issues.apache.org/jira/browse/PARQUET-131?#comment-14244937) / @zhenxiao: @jaltekruse @parthchandra Do you have the allocator interface in one of your PRs? May I get a reference to the PR? Thanks.