zstan commented on a change in pull request #518:
URL: https://github.com/apache/ignite-3/pull/518#discussion_r798235796
##########
File path:
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/rel/IgniteSortedIndexSpool.java
##########
@@ -168,6 +168,6 @@ public RelOptCost computeSelfCost(RelOptPlanner planner,
RelMetadataQuery mq) {
IgniteCostFactory costFactory = (IgniteCostFactory)
planner.getCostFactory();
- return costFactory.makeCost(rowCnt, cpuCost, 0, totalBytes, 0);
+ return costFactory.makeCost(rowCnt, cpuCost, 0, totalBytes,
0).multiplyBy(0.01);
Review comment:
whats the purpose for such a change ? i remove it and all sql-engine
tests are ok. possibly some unstable tests or after main rebase it`s all ok
there ?
--
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]