mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-07 05:59:00 +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
309 B
TOML
9 lines
309 B
TOML
name = "information_schema_old_table"
|
|
reason = "Verify current information_schema views expose table and column metadata for tables created by old binaries."
|
|
introduced_by = "PR #8210"
|
|
topologies = ["distributed"]
|
|
from_range = ["*"]
|
|
to_range = ["*"]
|
|
features = ["information_schema", "table"]
|
|
owner = "query"
|