Skip to content
Closed
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
4 changes: 2 additions & 2 deletions src/content/blog/liquid-clustering/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ You can read data in a clustered table using any Delta Lake client. For best que

## How to change your clustering columns

Unlike traditional partitioning and Z-ordering, you can change your liquid clustering columns without having to rewrite all the data. This flexibility is what
Unlike traditional partitioning and Z-ordering, you can change your liquid clustering columns without having to rewrite all the data. This flexibility is what makes liquid clustering a powerful tool for optimizing your data layout over time.

Run an ALTER TABLE command, to change the clustering columns:

Expand Down Expand Up @@ -181,7 +181,7 @@ If you are working with existing data that is already organized using Hive-style
<strong>Current Data Layout</strong>
</td>
<td>
<strong>Which columns to cluster</strong>
<strong>Which columns to cluster by</strong>
</td>
</tr>
<tr>
Expand Down