mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-29 00:17:11 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user