Skip to content

Commit a868013

Browse files
committed
docs(demo/data-lakehouse-iceberg-trino-spark): Update the admonition about the Superset error
1 parent 7c639cf commit a868013

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/modules/demos/pages/data-lakehouse-iceberg-trino-spark.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,14 @@ On the left, select the database `Trino lakehouse`, the schema `house_sales`, an
539539

540540
[IMPORTANT]
541541
====
542-
The older screenshot below shows how the table preview would look like. Currently, there is an https://github.com/apache/superset/issues/25307[open issue] with previewing trino tables using the Iceberg connector.
543-
This doesn't affect the execution the following execution of the SQL statement.
542+
Currently, there is an https://github.com/apache/superset/issues/25307[open issue] with previewing trino tables using the Iceberg connector.
543+
Until it is fixed, you will see the following error:
544+
545+
```
546+
trino error: TrinoUserError(type=USER_ERROR, name=COLUMN_NOT_FOUND, message="line 3:7: Column 'partition' cannot be resolved", query_id=20241114_162624_00095_6hvqh)
547+
```
548+
549+
This does not affect the execution of the following SQL statement.
544550
====
545551

546552
image::data-lakehouse-iceberg-trino-spark/superset_8.png[]

0 commit comments

Comments
 (0)