fix(s3select): preserve CSV input as strings (#5030)

* fix(s3select): preserve CSV input as strings

* fix(s3select): address CSV schema review findings
This commit is contained in:
GatewayJ
2026-07-20 21:02:54 +08:00
committed by GitHub
parent 376b90f61f
commit 48b2f3d6e3
4 changed files with 141 additions and 30 deletions
@@ -180,6 +180,7 @@ impl SimpleQueryDispatcher {
let mut need_rename_volume_name = false;
let mut need_ignore_volume_name = false;
let mut file_format = CsvFormat::default()
.with_schema_infer_max_rec(0)
.with_comment(
csv.comments
.clone()