You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/quickstart/flink-iceberg.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -421,7 +421,7 @@ The data for the `datalake_enriched_orders` table is stored in Fluss (for real-t
421
421
When querying the `datalake_enriched_orders` table, Fluss uses a union operation that combines data from both Fluss and Iceberg to provide a complete result set -- combines **real-time** and **historical** data.
422
422
423
423
:::note
424
-
Support for querying Iceberg data directly via the `$lake` suffix and metadata tables (like `$lake$snapshots`) is currently in development. See [issue #1559](https://github.com/alibaba/fluss/issues/1559) for more details.
424
+
Support for querying Iceberg data directly via the `$lake` suffix and metadata tables (like `$lake$snapshots`) is currently in development. See [issue #1559](https://github.com/apache/fluss/issues/1559) for more details.
425
425
:::
426
426
427
427
Wait for the checkpoints (~30s) to complete to ensure data is tiered to Iceberg. Then run the following SQL to do real-time analytics:
0 commit comments