zstan commented on code in PR #13274:
URL: https://github.com/apache/ignite/pull/13274#discussion_r3466927440
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/sql/fun/IgniteOwnSqlOperatorTable.java:
##########
@@ -150,7 +150,7 @@ public class IgniteOwnSqlOperatorTable extends
ReflectiveSqlOperatorTable {
new SqlFunction(
"BITXOR",
SqlKind.OTHER_FUNCTION,
- ReturnTypes.LEAST_RESTRICTIVE,
+ ReturnTypes.BIGINT_NULLABLE,
Review Comment:
after this
https://issues.apache.org/jira/browse/CALCITE-6731
return type resolved as Object which breaks futrher scalar compilation
--
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]