[Feature] PyArrowFileIO handling for Google Cloud Storage
- Dominant language
- Java
- Stars
- 3.4k
- Forks
- 1.4k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 396
Description
### Search before asking
- [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar.
### Motivation
Use Google Cloud Storage as warehouse / object storage for pypaimon (without JDK dependencies).
### Solution
Add scheme `gs` to `PyArrowFileIO`, and use `pyarrow.fs.GcsFileSystem` from the `pyarrow` package to support GCS.
### Anything else?
_No response_
### Are you willing to submit a PR?
- [x] I'm willing to submit a PR!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the PyArrowFileIO implementation and its existing scheme handling. Read how pyarrow filesystem types are selected, then check the related file-I/O tests if present. Done means the gs scheme uses pyarrow.fs.GcsFileSystem and supports Google Cloud Storage without JDK dependencies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- google-cloud, python
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100