Vladsz83 commented on code in PR #12037:
URL: https://github.com/apache/ignite/pull/12037#discussion_r2126302603


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/exp/IgniteSqlFunctions.java:
##########
@@ -72,6 +77,16 @@ public static String toString(BigDecimal x) {
         return x == null ? null : x.toPlainString();
     }
 
+    /** Keeps casting like in v1.37 and Postgres. Example: 2::FLOAT is "2", 
not "2.0". */
+    public static String toString(double x) {

Review Comment:
   For the wider type. Copy of previous original  method. Didn't change.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to