zstan commented on code in PR #13274:
URL: https://github.com/apache/ignite/pull/13274#discussion_r3531077840
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/exp/RexToLixTranslator.java:
##########
@@ -221,7 +222,9 @@ Expression translate(RexNode expr, RexImpTable.NullAs
nullAs,
Expression translateCast(
RelDataType sourceType,
RelDataType targetType,
- Expression operand) {
+ Expression operand,
+ boolean safe,
+ ConstantExpression format) {
Review Comment:
I not to plan aling all runtime in this PR, let\`s store such questions for
align part ?
--
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]