zstan commented on code in PR #13225:
URL: https://github.com/apache/ignite/pull/13225#discussion_r3852234766
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/ExecutionContext.java:
##########
@@ -148,10 +149,14 @@ public class ExecutionContext<Row> extends
AbstractQueryContext implements DataC
/** Entries holder per execution thread. */
private static final ThreadLocal<Collection<QueryTxEntry>> txEntriesHolder
= new ThreadLocal<>();
+ /** Binary marshaller. */
Review Comment:
marshaller - means : "to marshall", not to : "unmarshall", otherwize suggest
yours
--
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]