feat: create table with new json datatype (#7128)

* feat: create table with new json datatype

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

* resolve PR comments

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

---------

Signed-off-by: luofucong <luofc@foxmail.com>
This commit is contained in:
LFC
2025-10-24 10:16:49 +08:00
committed by GitHub
parent 2f637a262e
commit b53a0b86fb
16 changed files with 226 additions and 14 deletions

1
Cargo.lock generated
View File

@@ -11964,6 +11964,7 @@ dependencies = [
"datafusion-physical-expr",
"datafusion-sql",
"datatypes",
"either",
"hex",
"humantime",
"iso8601",