feat(s3select): support compressed CSV and JSON input (#6915)

This commit is contained in:
GatewayJ
2026-08-31 13:35:59 +08:00
committed by GitHub
parent 1d606e1cf6
commit 589a954478
12 changed files with 3057 additions and 144 deletions
Generated
+6
View File
@@ -3926,6 +3926,7 @@ dependencies = [
"aws-sdk-s3",
"aws-sdk-sts",
"aws-smithy-http-client",
"aws-smithy-types",
"base64-simd",
"bytes",
"chrono",
@@ -10557,10 +10558,14 @@ dependencies = [
name = "rustfs-s3select-api"
version = "1.0.0-rc.4"
dependencies = [
"arc-swap",
"async-compression",
"async-trait",
"bytes",
"chrono",
"crc-fast",
"datafusion",
"flate2",
"futures",
"futures-core",
"hotpath",
@@ -10576,6 +10581,7 @@ dependencies = [
"serial_test",
"thiserror 2.0.20",
"tokio",
"tokio-stream",
"tokio-util",
"tracing",
"transform-stream",