Files
greptimedb/tests/compatibility/cases/json2_storage_layout_settings/case.toml
T
LFC d7f1233f77 refactor(json2): support JSON2 storage layout settings in DDL (#8895)
* refactor(json2): add JSON2 storage layout settings

Signed-off-by: luofucong <luofc@foxmail.com>

* resolve PR comments

Signed-off-by: luofucong <luofc@foxmail.com>

---------

Signed-off-by: luofucong <luofc@foxmail.com>
2026-08-17 11:24:44 +00:00

9 lines
332 B
TOML

name = "json2_storage_layout_settings"
reason = "Verify JSON2 storage layout settings in Arrow extension metadata survive restarts and upgrades."
introduced_by = "PR #8895"
topologies = ["distributed", "standalone"]
from_range = [">=v1.3.0"]
to_range = [">=v1.3.0"]
features = ["json2", "table", "metadata", "read"]
owner = "query"