Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hive hudi table redirection documentation #22956

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions docs/src/main/sphinx/connector/hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -1251,11 +1251,15 @@ session property `<hive-catalog>.dynamic_filtering_wait_timeout`.
```{include} table-redirection.fragment
```

The connector supports redirection from Hive tables to Iceberg
and Delta Lake tables with the following catalog configuration properties:

- `hive.iceberg-catalog-name` for redirecting the query to {doc}`/connector/iceberg`
- `hive.delta-lake-catalog-name` for redirecting the query to {doc}`/connector/delta-lake`
The connector supports redirection from Hive tables to Iceberg, Delta Lake, and
Hudi tables with the following catalog configuration properties:

- `hive.iceberg-catalog-name`: Name of the catalog, configured with the
[](/connector/iceberg), to use for reading Iceberg tables.
- `hive.delta-lake-catalog-name`: Name of the catalog, configured with the
[](/connector/delta-lake), to use for reading Delta Lake tables.
- `hive.hudi-catalog-name`: Name of the catalog, configured with the
[](/connector/hudi), to use for reading Hudi tables.

### File system cache

Expand Down