mirror of
https://github.com/minio/minio.git
synced 2025-01-15 16:53:16 -05:00
e464a5bfbc
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.