feat(s3select): add JSON handling and flattening for EcObjectStore (#1930)

Signed-off-by: 0xdx2 <xuedamon2@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
0xdx2
2026-02-24 18:05:34 +08:00
committed by GitHub
parent 06d12a8ec8
commit 17b3054a77
6 changed files with 684 additions and 54 deletions
+1
View File
@@ -38,6 +38,7 @@ http.workspace = true
object_store = { workspace = true }
pin-project-lite.workspace = true
s3s.workspace = true
serde_json = { workspace = true }
snafu = { workspace = true, features = ["backtrace"] }
parking_lot.workspace = true
tokio.workspace = true