caicancai commented on code in PR #3930:
URL: https://github.com/apache/calcite/pull/3930#discussion_r1729958813


##########
core/src/main/java/org/apache/calcite/plan/RelOptCostImpl.java:
##########
@@ -115,6 +115,12 @@ public RelOptCostImpl(double value) {
   @Override public String toString() {
     if (value == Double.MAX_VALUE) {
       return "huge";
+    } else if (value == Double.POSITIVE_INFINITY) {

Review Comment:
   It would be best to have a test example to illustrate



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