Files
greptimedb/tests/compatibility/cases/legacy_json_non_object/case.toml
T
discord9 6b587eb0a5 test: add recent sqlness compat cases (#8395)
* 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>
2026-07-02 03:13:53 +00:00

9 lines
318 B
TOML

name = "legacy_json_non_object"
reason = "Verify non-object JSON values written by old JSONB binaries remain readable after JSON2 non-object write rejection changes."
introduced_by = "PR #8381"
topologies = ["distributed"]
from_range = ["<=v1.1.0"]
to_range = [">=v1.2.0"]
features = ["json", "table"]
owner = "query"