Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caican00 committed Jan 20, 2025
1 parent d3e55a2 commit 9fffde3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/spark-connector/spark-catalog-paimon.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ ALTER TABLE employee DROP PARTITION (`name`='Alice');

Gravitino spark connector will transform below property names which are defined in catalog properties to Spark Paimon connector configuration.

| Gravitino catalog property name | Spark Paimon connector configuration | Description | Since Version |
|---------------------------------|--------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------|
| `catalog-backend` | `metastore` | Catalog backend type | 0.6.0 |
| `uri` | `uri` | Catalog backend uri | 0.6.0 |
| `warehouse` | `warehouse` | Catalog backend warehouse | 0.6.0 |
| Gravitino catalog property name | Spark Paimon connector configuration | Description | Since Version |
|---------------------------------|--------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------|
| `catalog-backend` | `metastore` | Catalog backend type | 0.8.0-incubating |
| `uri` | `uri` | Catalog backend uri | 0.8.0-incubating |
| `warehouse` | `warehouse` | Catalog backend warehouse | 0.8.0-incubating |

Gravitino catalog property names with the prefix `spark.bypass.` are passed to Spark Paimon connector. For example, using `spark.bypass.client-pool-size` to pass the `client-pool-size` to the Spark Paimon connector.

0 comments on commit 9fffde3

Please sign in to comment.