mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-08 22:48:58 +00:00
* test: add recent sqlness compat cases Signed-off-by: discord9 <discord9@163.com> * test: add more sqlness compat cases Signed-off-by: discord9 <discord9@163.com> --------- Signed-off-by: discord9 <discord9@163.com>
9 lines
303 B
TOML
9 lines
303 B
TOML
name = "last_row_append_mode"
|
|
reason = "Verify a table created with merge_mode='last_row' by old binaries can switch to append_mode after upgrade."
|
|
introduced_by = "PR #8065"
|
|
topologies = ["distributed"]
|
|
from_range = ["*"]
|
|
to_range = ["*"]
|
|
features = ["table", "merge", "append_mode"]
|
|
owner = "storage"
|