This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new b665c0ab695 [fix](schema change) tablet columns is not rebuild after
enable light schema change (#55909)
b665c0ab695 is described below
commit b665c0ab6955dbef84f3785fde65788ec3e11035
Author: meiyi <[email protected]>
AuthorDate: Fri Sep 12 11:49:19 2025 +0800
[fix](schema change) tablet columns is not rebuild after enable light
schema change (#55909)
---
.../src/main/java/org/apache/doris/alter/AlterLightSchChangeHelper.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/alter/AlterLightSchChangeHelper.java
b/fe/fe-core/src/main/java/org/apache/doris/alter/AlterLightSchChangeHelper.java
index 01c33fcb127..b604a40b366 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/alter/AlterLightSchChangeHelper.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/alter/AlterLightSchChangeHelper.java
@@ -252,6 +252,7 @@ public class AlterLightSchChangeHelper {
indexMeta.setMaxColUniqueId(schemaPair.first);
indexMeta.setSchema(schemaPair.second);
}
+ olapTable.rebuildFullSchema();
} catch (IOException e) {
throw new IllegalStateException("fail to reset index schema", e);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]