### What type of bug is this? Incorrect result ### What subsystems are affected? Datanode, Storage Engine ### Minimal reproduce step - create a table - write some data - alter table add a new column with default value - query the table with a filter on that new column ### What did you expect to see? - correct query result ### What did you see instead? - incorrect result, the filter doesn't work on new column ### What operating system did you use? unrelated ### What version of GreptimeDB did you use? 0.13.2 ### Relevant log output and stack trace ```bash ```