Ziheng Wang

Results 34 issues of Ziheng Wang

Does this support quantized models by any chance?

This is going to be a draft PR based on discussions in https://issues.apache.org/jira/browse/ARROW-17313. This PR addresses the CSV format. The Parquet format I believe is covered by already implemented API...

lang-c++
lang-python

This exposes the Fragment Readahead and Batch Readahead flags in the C++ Scanner to the user in Python. This can be used to finetune RAM usage and IO utilization during...

lang-c++
lang-python

After: https://github.com/apache/arrow/pull/13640, seems like O_DIRECT is not a good idea, so let's use posix_fadvise to control the page cache to address the issue mentioned in: https://issues.apache.org/jira/browse/ARROW-14635. To test it, use...

lang-c++
lang-python
docs

The current data plane uses Ray for same machine comms and Redis for inter-machine comms. Both should be replaced by a custom Arrow Flight server, with two benefits: - No...

How do we track progress and get estimated job completion time with Quokka? In Quokka we have input actors whose progress can easily be tracked (we know the upper limit...

I messed up the Git rebase again: https://github.com/apache/arrow/pull/13931 So let's now look at this PR instead.

lang-c++
lang-python

This needs to happen at some point. Issues are static linking apache arrow. ideally we just copy a binary. I guess we could also copy a binary and the arrow...