mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-06 13:38:59 +00:00
* 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>
9 lines
332 B
TOML
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"
|