Skip to content

Commit 79aac65

Browse files
committed
Add instructions for using Trino with Polaris
1 parent 3d30c4b commit 79aac65

File tree

4 files changed

+293
-104
lines changed

4 files changed

+293
-104
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@ $ curl -i -X PUT -H "Authorization: Bearer $PRINCIPAL_TOKEN" -H 'Accept: applica
178178
-d '{"name": "polaris", "id": 100, "type": "INTERNAL", "readOnly": false}'
179179
```
180180

181-
This creates a catalog called `polaris`. From here, you can use Spark to create namespaces, tables, etc.
181+
This creates a catalog called `polaris`. From here, you can use any Iceberg REST
182+
compatible clients (e.g. Spark or Trino) to create namespaces, tables, etc.
182183

183-
You must run the following as the first query in your spark-sql shell to actually use Polaris:
184+
You must run the following as the first query in your SQL shell to actually use Polaris:
184185

185186
```
186187
use polaris;

0 commit comments

Comments
 (0)