zstan commented on code in PR #5026:
URL: https://github.com/apache/ignite-3/pull/5026#discussion_r1913041441


##########
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/statistic/ItStatisticTest.java:
##########
@@ -51,7 +51,7 @@ public void testStatisticsRowCount() throws Exception {
             insertAndUpdateRunQuery(500);
             // Minimum row count is 1000, even we have less rows.

Review Comment:
   seems this comment is not relevant



##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/IgnitePlanner.java:
##########
@@ -235,6 +237,22 @@ public RelNode convert(SqlNode sql) {
         throw new UnsupportedOperationException();
     }
 
+    /** Derives hints from give relation node, if possible. */

Review Comment:
   ```suggestion
       /** Derives hints from given relation node, if possible. */
   ```



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

Reply via email to