mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-07-04 04:50:37 +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
293 B
TOML
9 lines
293 B
TOML
name = "json2_compat"
|
|
reason = "Verify JSON data written by v1.1.x JSON2 binaries remains readable after later JSON2 read/flush/compaction changes."
|
|
introduced_by = "PR #7965"
|
|
topologies = ["distributed"]
|
|
from_range = [">=v1.1.0"]
|
|
to_range = ["*"]
|
|
features = ["json", "table"]
|
|
owner = "query"
|