Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/modules/trino/pages/usage-guide/query.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:description: Test Trino with Hive and S3 by creating a schema and table for Iris data in Parquet format, then querying the dataset.

Create a schema and a table for the Iris data located in S3 and query data.
This assumes to have the Iris data set in the `PARQUET` format available in the S3 bucket which can be downloaded https://www.kaggle.com/gpreda/iris-dataset/version/2?select=iris.parquet[here].
This assumes to have the Iris data set in the `PARQUET` format available in the S3 bucket which can be downloaded https://www.kaggle.com/datasets/gpreda/iris-dataset?select=iris.parquet[here{external-link-icon}^].

== Create schema
[source,sql]
Expand Down
Loading