asfimport

Results 862 comments of asfimport

[Gabor Szadovszky](https://issues.apache.org/jira/browse/PARQUET-1322?#comment-16509456) / @gszadovszky: For the INT32/INT64 we can use the old values as the originally implement comparison was the default signed comparison for the java int and long types....

[Vlad Rozov](https://issues.apache.org/jira/browse/PARQUET-1322?#comment-16510414) / @vrozov: As statistics for DECIMAL encoded as INT32/INT64 were available prior to PARQUET-686 fix, I would still consider this as a bug, but I do agree that...

[Ryan Blue](https://issues.apache.org/jira/browse/PARQUET-1143?#comment-16252735) / @rdblue: Merged PR #430.

[Mark Marsh](https://issues.apache.org/jira/browse/PARQUET-1143?#comment-16417340): I'm also happy to test release candidates against my use case if it will help getting 1.10.0 out. I'm currently developing against the master branch but it will...

[Yuming Wang](https://issues.apache.org/jira/browse/PARQUET-1143?#comment-16814281) / @wangyum: @rdblue Should we update the **Fix Version/s**?

[Dongjoon Hyun](https://issues.apache.org/jira/browse/PARQUET-1143?#comment-17314618) / @dongjoon-hyun: Hi, @rdblue. Could you set the Fix Version, please?

[Antoine Pitrou](https://issues.apache.org/jira/browse/ARROW-9773?focusedCommentId=17246649) / @pitrou: Note that this can happen with regular arrays too: ```python >>> import pyarrow as pa >>> arr = pa.array(["x" * (1> t = arr.take(pa.array([0]*((1> t.validate(full=True) Traceback...

[Leonard Lausen](https://issues.apache.org/jira/browse/ARROW-9773?focusedCommentId=17271015) / @leezu: There is a similar issue with large tables (many rows) of medium size lists (~512 elements per list). When using `pa.list_` type, `take` will fail due...

[Chris Fregly](https://issues.apache.org/jira/browse/ARROW-9773?focusedCommentId=17535809): Seeing this error through Ray 1.13 when I run the following code: import ray ray.init(address="auto") df = ray.data.read_parquet(" [s3://amazon-reviews-pds/parquet/] ") print(df.groupby("product_category").count())   Here's the error: (_partition_and_combine_block pid=1933) 2022-05-06 20:51:29,275...

[Mayur Srivastava](https://issues.apache.org/jira/browse/ARROW-9773?focusedCommentId=17544575) / @mayuropensource: Hi @lidavidm , is there any progress on this jira? (This issue is blocking a few use cases we have.)   Thanks, Mayur Srivastava