Files
greptimedb/tests/compatibility/cases/legacy_json2_non_append_table/case.toml
T
6e8bd8a5f9 test: add legacy JSON2 non-append compat case (#8513)
* 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>
2026-07-15 03:01:35 +00:00

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"