wernerdv commented on code in PR #12357:
URL: https://github.com/apache/ignite/pull/12357#discussion_r2362052929
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/query/QueryTypeDescriptorImpl.java:
##########
@@ -151,19 +155,25 @@ public class QueryTypeDescriptorImpl implements
GridQueryTypeDescriptor {
/** */
private int affFieldInlineSize;
- /** Logger. */
- private final IgniteLogger log;
+ /** @see SqlConfiguration#isValidationEnabled() */
+ private final boolean validateTypes;
/**
* Constructor.
*
* @param cacheName Cache name.
* @param coCtx Cache object context.
*/
- public QueryTypeDescriptorImpl(String cacheName, CacheObjectContext coCtx)
{
+ public QueryTypeDescriptorImpl(
Review Comment:
Please update javadoc.
--
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]