asfimport

Results 862 comments of asfimport

[Steven Mellinger](https://issues.apache.org/jira/browse/PARQUET-182?#comment-14316879): Adding the csv data I used to create the Parquet file my tests run against (missing data is treated as null): 2014-08-01,2014-08-10,X,Mark,5,111.111,1 2014-08-02,2014-08-10,,Mark,5,222.222,2 2014-08-01,2014-08-10,Y,,5,333.333,3 2014-08-02,2014-08-10,Y,Mark,,444.444,4 2014-08-01,2014-08-20,X,Randy,5,,5 2014-08-02,2014-08-20,X,Randy,5,666.666,6 2014-08-01,2014-08-20,X,Randy,10,777.777,...

[Steven Mellinger](https://issues.apache.org/jira/browse/PARQUET-182?#comment-14555252): Any update on this issue? picking up the latest 1.7.0 jar didn't have any impact.

[Alex Levenson](https://issues.apache.org/jira/browse/PARQUET-182?#comment-14636132) / @isnotinvain: Yikes – I was sort of worried that this was the case when I was building the filter2 API (I wasn't sure how the unbound record...

[Steven Mellinger](https://issues.apache.org/jira/browse/PARQUET-182?#comment-14636329): I'm surprised no one else has encountered this; it seems like a major blocker. I would love a resolution; my current project has multiple implementations of readers depending...

[Alex Levenson](https://issues.apache.org/jira/browse/PARQUET-182?#comment-14637495) / @isnotinvain: Hi `[~stevemel]` Yes, I'm surprised nobody else has run into this, I don't know how many people are using the unbound record filter, or if they...

[Steven Mellinger](https://issues.apache.org/jira/browse/PARQUET-182?#comment-14638221): I'm using both filter APIs in my project. Filter2 was much slower, so I wanted to use Filter1 API in all cases. I currently use Filter2 when the...

[Xiang Li](https://issues.apache.org/jira/browse/PARQUET-365?#comment-14712389): Providing a getting to return inputSchema can fix PARQUET-334 partially

[Xiang Li](https://issues.apache.org/jira/browse/PARQUET-365?#comment-14712602): https://github.com/apache/parquet-mr/pull/265

[Xiang Li](https://issues.apache.org/jira/browse/PARQUET-365?#comment-14712604): The patch is https://github.com/apache/parquet-mr/pull/265, please review.

[Julien Le Dem](https://issues.apache.org/jira/browse/PARQUET-365?#comment-14903098) / @julienledem: I commented in the PR