Skip to content

Commit

Permalink
Update docs/content/docs/dev/table/materialized-table/statements.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ron <[email protected]>
  • Loading branch information
hackergin and lsyldliu authored Jan 26, 2025
1 parent b2fdeb7 commit 8d36e44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ ALTER MATERIALIZED TABLE my_materialized_table
```

<span class="label label-danger">Note</span>
- Schema modification only supports adding `nullable` columns at the end of the original table's schema.
- Schema evolution currently only supports adding `nullable` columns to the end of the original table's schema.
- In continuous mode, the new refresh job will not restore from the state of the original refresh job. This may result in temporary data duplication or loss.

# DROP MATERIALIZED TABLE
Expand Down

0 comments on commit 8d36e44

Please sign in to comment.