korlov42 commented on code in PR #5746:
URL: https://github.com/apache/ignite-3/pull/5746#discussion_r2076948151
##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/TpchQueryPlannerTest.java:
##########
@@ -37,13 +37,6 @@
)
public class TpchQueryPlannerTest extends AbstractTpcQueryPlannerTest {
@ParameterizedTest
- // TODO: https://issues.apache.org/jira/browse/IGNITE-24195
Review Comment:
query 7 used to be commented out (i.e. disabled). In the #5177 I uncommented
the query to update the expected plan, but forgot to disable it back.
Apparently, mentioned patch changed not only format of tree, but also the way
condition is printed out (SEARCH operator is no longer expanded before printing
out for explain). This makes original comment irrelevant in this particular
case, therefore I deleted it
--
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]