Qi Yu
Qi Yu
### What would you like to be improved? Currently, many fields in `AbstractIT` are marked as static, which could be shared between many tests, I suggest we remove the `static`...
### What changes were proposed in this pull request? Support OSS filesystem for Paimon catalog. ### Why are the changes needed? For better user experience. Fix: #4940 ### Does this...
### Describe the feature Gravitino Paimon catalog only supports local file or HDFS, we need to support cloud object storage like OSS. ### Motivation _No response_ ### Describe the solution...
### Describe the feature Gravitino Paimon catalog only supports local file or HDFS, we need to support cloud object storage like S3. ### Motivation _No response_ ### Describe the solution...
### What would you like to be improved? All databases can be viewed, even if the user specifies a JDBC URI with a schema name when creating a JDBC catalog...
### What changes were proposed in this pull request? Propose a new interface for `EntityStore` based on https://docs.google.com/document/d/11I-qyXrarQhCMZXoI5d1z5OEt8UlrpHm6Ix07DOuL4Y/edit#heading=h.vs40sx9ghyu2 ### Why are the changes needed? The current `EntityStore` is not elegant...
### What changes were proposed in this pull request? (Please outline the changes and how this PR fixes the issue.) ### Why are the changes needed? (Please clarify why the...
### Describe the bug, including details regarding any error messages, version, and platform. #### Requirement.txt ```text requests==2.32.2 dataclasses-json==0.6.6 readerwriterlock==1.0.9 fsspec==2024.9.0 pyarrow==16.1.0 cachetools==5.3.3 google-auth==2.35.0 ``` ```python from pyarrow.fs import GcsFileSystem from...