1
0
mirror of https://github.com/minio/minio.git synced 2025-03-31 17:53:43 -04:00
Bruce Wang e464a5bfbc
Fix bug with fields that contain trimming spaces ()
String x might contain trimming spaces. And it needs to be trimmed. For
example, in csv files, there might be trimming spaces in a field that
ought to meet a query condition that contains the value without
trimming spaces. This applies to both intCast and floatCast functions.
2020-07-21 12:57:09 -07:00
..