herunkang2018 commented on PR #3182: URL: https://github.com/apache/calcite/pull/3182#issuecomment-1528927680
@JiajunBernoulli the `sub-query.iq` doesn't cover this case, and I reproduce this bug in [reproduce_issue_5680](https://github.com/apache/calcite/compare/main...herunkang2018:calcite:reproduce_issue_5680#diff-26cbb70deb4731f2c84faf803724dc40a9cdf6e2f2c67f8724e1afbc98fc8950R3547), note that the first sub-query return empty result, and the second sub-query return one row, the final result is empty, which should be 5 rows due to OR predicate and the second sub-query matches. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
