feat: add greptime's arrow json extension type (#7168)

* feat: add arrow json extension type

* feat: add json structure settings to extension type

* refactor: store json structure settings as extension metadata

* chore: make binary an acceptable type for extension
This commit is contained in:
Ning Sun
2025-11-06 02:34:57 +08:00
committed by GitHub
parent 0939dc1d32
commit fb92e4d0b2
11 changed files with 204 additions and 25 deletions

1
Cargo.lock generated
View File

@@ -214,6 +214,7 @@ checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c"
name = "api"
version = "0.18.0"
dependencies = [
"arrow-schema",
"common-base",
"common-decimal",
"common-error",