alex-plekhanov commented on code in PR #13274:
URL: https://github.com/apache/ignite/pull/13274#discussion_r3544924987
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/exp/ExpressionFactoryImpl.java:
##########
@@ -578,6 +578,8 @@ private Scalar compile(List<RexNode> nodes, RelDataType
type, boolean biInParams
String code = Expressions.toString(F.asList(decl), "\n", false);
+ System.err.println("!!!code: " + code);
Review Comment:
Remove it
--
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]