Skip to content

Commit

Permalink
[fix](restore) Filter table property storage_policy (#44756)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyxxxcat authored and Your Name committed Dec 18, 2024
1 parent 855e9a5 commit e06e650
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ public boolean isBeingSynced() {

public void removeInvalidProperties() {
properties.remove(PropertyAnalyzer.PROPERTIES_STORAGE_POLICY);
storagePolicy = "";
properties.remove(PropertyAnalyzer.PROPERTIES_COLOCATE_WITH);
}

Expand Down

0 comments on commit e06e650

Please sign in to comment.