ygerzhedovich commented on code in PR #990:
URL: https://github.com/apache/ignite-3/pull/990#discussion_r949924000
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/ExecutionServiceImpl.java:
##########
@@ -356,12 +362,16 @@ class DistributedQueryManager {
private volatile Long rootFragmentId = null;
- private InternalTransaction transaction;
+ private @Nullable InternalTransaction transaction;
Review Comment:
My bad - it should be implemented in separate ticket
--
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]