mirror of
https://github.com/minio/minio.git
synced 2025-01-15 16:53:16 -05:00
91f72f25ab
Return as soon as an AND fails and whenever an OR succeeds. Faster and more flexible. For example makes `select * from S3object where _2 != '' AND _2 > 1` able to operate on empty fields. Followup to #13900