songwdfu commented on code in PR #15999:
URL: https://github.com/apache/pinot/pull/15999#discussion_r2150699131


##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineClusterIntegrationTest.java:
##########
@@ -3502,12 +3502,15 @@ public void testExplainPlanQueryV2()
             + "  LogicalFilter\\(condition=\\[<\\(.*, 0\\)]\\)\n"
             + "    PinotLogicalTableScan\\(table=\\[\\[default, mytable]]\\)\n"
     ).matcher(response2Json.get("rows").get(0).get(1).asText()).find());
+    // TODO: investigate why changing description will result in changing of 
order here

Review Comment:
   Yes, that's because we use a Hashmap with description as key to keep the 
timings, so the order doesn't matter. It changed because we changed the 
description. Forgot to remove comment. 



-- 
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]

Reply via email to