feat: json2 flush (#8011)

Signed-off-by: luofucong <luofc@foxmail.com>
This commit is contained in:
LFC
2026-04-23 11:03:37 +08:00
committed by GitHub
parent dc2f2cbfae
commit 209880b991
18 changed files with 532 additions and 306 deletions

View File

@@ -163,7 +163,7 @@ pub fn column_to_schema(
} else {
false
};
if is_json2_column || matches!(column.data_type(), SqlDataType::JSON) {
if is_json2_column {
let settings = column
.extensions
.build_json_structure_settings()?