Use force commit to reload the consuming segment
Open
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 189
Description
We introduced schema evolution for consuming segment with #4954. It only allows adding extra columns with default values, which has several drawbacks:
- Values for the new added columns are ignored
- Other functionalities related to reload cannot be applied (e.g. index changes)
Since we introduced force commit (#9197), we should use it to reload the consuming segment instead
cc @sajjad-moradi
Contributor guide
Assessment
This issue has not been assessed yet.