tkalkirill commented on code in PR #12893:
URL: https://github.com/apache/ignite/pull/12893#discussion_r2978809146
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/schema/CacheTableDescriptorImpl.java:
##########
@@ -378,7 +394,7 @@ private <Row> Object insertVal(Row row,
ExecutionContext<Row> ectx) throws Ignit
if (val == null) {
val = newVal(typeDesc.valueTypeName());
- // skip _key and _val
+ // skip _key, _val and pseudo
Review Comment:
Fix it
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/schema/CacheTableDescriptorImpl.java:
##########
@@ -378,7 +394,7 @@ private <Row> Object insertVal(Row row,
ExecutionContext<Row> ectx) throws Ignit
if (val == null) {
val = newVal(typeDesc.valueTypeName());
- // skip _key and _val
+ // skip _key, _val and pseudo
Review Comment:
Fix it
--
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]