mirror of
https://github.com/minio/minio.git
synced 2026-06-04 10:13:48 +08: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