lowka commented on code in PR #4010:
URL: https://github.com/apache/ignite-3/pull/4010#discussion_r1664309632
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/IgniteSqlValidator.java:
##########
@@ -528,54 +529,6 @@ public void validateAggregateParams(SqlCall aggCall,
super.validateAggregateParams(aggCall, filter, null, orderList, scope);
}
- /** {@inheritDoc} */
- @Override
- public void validateCall(
- SqlCall call,
Review Comment:
Moved this code to IgniteSqlValidator::checkCallsWithCustomTypes.
--
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]