Erixonich commented on code in PR #7547:
URL: https://github.com/apache/ignite-3/pull/7547#discussion_r2774489283
##########
examples/java/src/main/java/org/apache/ignite/example/table/QueryExample.java:
##########
@@ -118,7 +118,7 @@ public static void performQueryAsync(Table table) {
System.out.println("[ Example 3 ] Performing asynchronous query");
AsyncCursor<Entry<Tuple, Tuple>> result =
table.keyValueView().queryAsync(
- null, // Implicit transaction
+ (Transaction) null, // Implicit transaction
Review Comment:
Not need to cast, but we have plans to adjust this method as well.
--
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]