Skip to content

Commit 6e7b3cf

Browse files
committed
nit
1 parent 1d7e4ac commit 6e7b3cf

File tree

1 file changed

+3
-3
lines changed
  • website/docs/streaming-lakehouse/integrate-data-lakes

1 file changed

+3
-3
lines changed

website/docs/streaming-lakehouse/integrate-data-lakes/lance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ datalake.format: lance
1717

1818
datalake.lance.warehouse: /tmp/lance
1919

20-
# To S3 as Lance storage backend, you need to specify the following properties
20+
# To use S3 as Lance storage backend, you need to specify the following properties
2121
# datalake.lance.warehouse: s3://<bucket>
2222
# datalake.lance.endpoint: <endpoint>
2323
# datalake.lance.allow_http: true
@@ -42,9 +42,9 @@ CREATE TABLE fluss_order_with_lake (
4242
);
4343
```
4444

45-
Then, the datalake tiering service continuously tiers data from Fluss to Lance. The parameter `table.datalake.freshness` controls the frequency that Fluss writes data to Lance tables. By default, the data freshness is 3 minutes.
45+
> **NOTE**: Fluss v0.8 only supports tiering log tables to Lance.
4646
47-
> **NOTE**: Fluss v0.8 only supports tiering log tables.
47+
Then, the datalake tiering service continuously tiers data from Fluss to Lance. The parameter `table.datalake.freshness` controls the frequency that Fluss writes data to Lance tables. By default, the data freshness is 3 minutes.
4848

4949
You can also specify Lance table properties when creating a datalake-enabled Fluss table by using the `lance.` prefix within the Fluss table properties clause.
5050

0 commit comments

Comments
 (0)