sohardforaname commented on code in PR #14807:
URL: https://github.com/apache/doris/pull/14807#discussion_r1046903999
##########
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/analysis/CheckAnalysisTest.java:
##########
@@ -37,7 +38,7 @@ public class CheckAnalysisTest {
@Test
public void testCheckExpressionInputTypes() {
- Plan plan = new LogicalFilter<>(new And(new IntegerLiteral(1),
BooleanLiteral.TRUE), groupPlan);
+ Plan plan = new LogicalFilter<>(ImmutableList.of(new And(new
IntegerLiteral(1), BooleanLiteral.TRUE)), groupPlan);
Review Comment:
no, the And is necessary in this test.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]