Skip to content

Commit

Permalink
[#2462] fix(doc) Remove 'allow_pushdown_into_connectors=false' in tri…
Browse files Browse the repository at this point in the history
…no-connector/requirements doc (#2464)

### What changes were proposed in this pull request?

The requirements document for the Trino connector need to remove the
limitation that disabled the 'allow_pushdown_into_connectors'
configuration

### Why are the changes needed?

Fix: #2462

### Does this PR introduce _any_ user-facing change?

NO

### How was this patch tested?

NO

Co-authored-by: Yuhui <hui@datastrato.com>
  • Loading branch information
jerryshao and diqiu50 authored Mar 8, 2024
1 parent 712f69f commit 1389973
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/trino-connector/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ To install and deploy the Gravitino connector, The following environmental setup
- Ensure that all nodes running Trino can access the real catalogs resources, such as Hive, Iceberg, MySQL, PostgreSQL, etc.
- Ensure that you have installed the following connectors in Trino: Hive, Iceberg, MySQL, PostgreSQL.
- Ensure that you have set the `catalog.management` to `static` in the Trino configuration.
- Ensure that you have set the `allow_pushdown_into_connectors` to `false` in the Trino session configuration.

0 comments on commit 1389973

Please sign in to comment.