alex-plekhanov commented on code in PR #12452:
URL: https://github.com/apache/ignite/pull/12452#discussion_r3137458003
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/query/schema/management/TableDescriptor.java:
##########
@@ -57,7 +57,7 @@ public class TableDescriptor {
public TableDescriptor(GridCacheContextInfo<?, ?> cacheInfo,
GridQueryTypeDescriptor typeDesc, boolean isSql) {
this.cacheInfo = cacheInfo;
this.typeDesc = typeDesc;
- this.isSql = isSql;
+ this.isSql = isSql || typeDesc.sql();
Review Comment:
Do you mean QueryTypeCandidate instead of QueryEntityEx? QueryTypeCandidate
- it's an runtime entity, it's not stored to PDS and don't used in
DynamicCacheDescriptor to pass to other nodes.
--
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]