mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-12 08:22:16 +00:00
* test: add legacy json2 non-append compat case Signed-off-by: discord9 <discord9@163.com> * Apply suggestions from code review Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Signed-off-by: discord9 <discord9@163.com> Co-authored-by: dennis zhuang <killme2008@gmail.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
9 lines
371 B
TOML
9 lines
371 B
TOML
name = "legacy_json2_non_append_table"
|
|
reason = "Verify current binaries can read a non-append JSON2 table created by old binaries and migrate it to append_mode=true."
|
|
introduced_by = "PR #8434"
|
|
topologies = ["distributed"]
|
|
from_range = ["=v1.1.0", "=v1.1.1", "=v1.1.2"]
|
|
to_range = [">v1.1.2"]
|
|
features = ["json", "json2", "table", "append_mode", "read"]
|
|
owner = "query"
|