Peidian li

Results 11 issues of Peidian li

In https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/ManifestFilterManager.java#L137, we use the min sequence number to filter the delete-manifests, then we can find the older delete file and drop them. But if we have some cold partition...

spark
core

Hi, I'm using `@FormatMethod` to format my code. Should the argument be behind the format string? If I write as below, I will get an error. ``` @FormatMethod public GravitinoRuntimeException(@FormatString...

### What changes were proposed in this pull request? - support GravitinoCatalogStore to register the catalog. In the MR, we will support to create the hive catalog. ### Why are...

### Describe the subtask Add Python Arrow FileSystem implementation for fileset. ### Parent issue #1241

subtask

### Describe the subtask Support table DDL operations in Flink. ### Parent issue #1354

subtask

### Describe the subtask Support Flink database DDL operations. ### Parent issue #1354

subtask

### Describe the subtask Flink introduces `CatalogStore` to register catalogs in Flink. In this issue, we will implement GravitinoCatalogStore to register the catalog. 1. https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/dev/table/catalogs/#catalog-store. 2. https://cwiki.apache.org/confluence/display/FLINK/FLIP-295%3A+Support+lazy+initialization+of+catalogs+and+persistence+of+catalog+configurations ### Parent issue...

subtask

### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation Lance format provides better support for machine learning. It can better support point...

enhancement

### Describe the feature Implement fuse for gvfs to support mounting fileset to local directories. The instance defaults to mounting `fileset://fileset/fileset_catalog/schema/fileset_name` to `/fileset/fileset_catalog/schema/fileset_name`. So we can access it via posix...

feature