korlov42 commented on code in PR #4584:
URL: https://github.com/apache/ignite-3/pull/4584#discussion_r1808246109


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/sql/fun/SameFamilyOperandTypeChecker.java:
##########
@@ -55,7 +55,7 @@ public boolean checkOperandTypes(SqlCallBinding callBinding, 
boolean throwOnFail
 
     @Override
     public Consistency getConsistency() {
-        return Consistency.LEAST_RESTRICTIVE;
+        return Consistency.NONE;

Review Comment:
   default implementation is not under our control, thus explicit declaration 
seems to be safer 



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