You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the enable feature operation in the upstream would be forwarded to the downstream as the add column operation. We have fixed this problem in apache/doris#46620. In order to be compatible with the whole version, this problem still needs to be handled in CCR.
The current problem is
How to identify the enable feature operation and then transform the add column sql
How to handle the situation when alter supports multiple operations mixed
alter table t add column k1 int, enable feature "UPDATE_FLEXIBLE_COLUMNS"
The text was updated successfully, but these errors were encountered:
Previously, the enable feature operation in the upstream would be forwarded to the downstream as the add column operation. We have fixed this problem in apache/doris#46620. In order to be compatible with the whole version, this problem still needs to be handled in CCR.
The current problem is
How to identify the enable feature operation and then transform the add column sql
How to handle the situation when alter supports multiple operations mixed
The text was updated successfully, but these errors were encountered: