shou123 opened a new issue, #36962: URL: https://github.com/apache/arrow/issues/36962
### Describe the bug, including details regarding any error messages, version, and platform. As the skyhook paper mentions, the pyarrow library includes the "SkyhookFileFormat" function which can enable near data processing. I install the pyarrow. But I can not find the "SkyhookFileFormat" function. The paper:[https://arxiv.org/pdf/2204.06074.pdf] snapshot from the paper: `# Reading from Parquet using Skyhook import pyarrow.dataset as ds format_ = ds.SkyhookFileFormat("parquet", "/ceph.conf") dataset = ds.dataset("/dataset", format=format_) dataset.to_table()` ### Component(s) Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
