Skip to content

Commit

Permalink
branch-3.0: [fix] (property) Filter table property storage_policy for…
Browse files Browse the repository at this point in the history
… db sync #44756 (#45577)

Cherry-picked from #44756

Co-authored-by: Uniqueyou <[email protected]>
  • Loading branch information
github-actions[bot] and wyxxxcat authored Dec 23, 2024
1 parent dee9b62 commit d8a5ffd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,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 d8a5ffd

Please sign in to comment.