asfimport

Results 862 comments of asfimport

[Steve Loughran](https://issues.apache.org/jira/browse/PARQUET-860?#comment-17850480) / @steveloughran: > ut Amazon S3 is a cloud service that represents a distributed storage system for objects. There is no permanent connection to the saving object. Any...

[Wes McKinney](https://issues.apache.org/jira/browse/PARQUET-1858?#comment-17100260) / @wesm: The PLAIN encoding for the boolean type is possibly malformed. I opened PARQUET-1859 about providing better error messages, but here is what the failure is ```Java...

[Novice](https://issues.apache.org/jira/browse/PARQUET-1858?#comment-17100371): Did you mean Rust? :) I haven't tried, my workflow is write using Rust and read from Python.

[Wes McKinney](https://issues.apache.org/jira/browse/PARQUET-1858?#comment-17100758) / @wesm: Yes it looks like the file written by Rust is malformed. That two independent implementations fail is good evidence of that.

[ii](https://issues.apache.org/jira/browse/PARQUET-1858?#comment-17291398): This is blocking me pretty hard right now, especially since I can't work around it by setting my boolean columns to use RLE because pyarrow doesn't seem to support...

[Antoine Pitrou](https://issues.apache.org/jira/browse/PARQUET-2310?#comment-17733099) / @pitrou: cc @wgtmac @gszadovszky @alippai

[Antoine Pitrou](https://issues.apache.org/jira/browse/PARQUET-2310?#comment-17733100) / @pitrou: This was originally proposed in https://github.com/apache/arrow/pull/36027

[Andrew Lamb](https://issues.apache.org/jira/browse/PARQUET-2310?#comment-17846304) / @alamb: Examples from `[~crepererum]` on -  (the list format is good, the fact that there's only a single implementation is not) - -

[Andrew Lamb](https://issues.apache.org/jira/browse/PARQUET-2310?#comment-17846306) / @alamb: I am interested in helping this issue. Once is merged I think we can begin work. Per I think @alippai  plans to draft it

[Atri Sharma](https://issues.apache.org/jira/browse/PARQUET-1155?#comment-16273057) / @atris: Is this issue being actively worked on? I would like to actively work on this one if its open.