AMashenkov commented on code in PR #5102:
URL: https://github.com/apache/ignite-3/pull/5102#discussion_r1930181599


##########
modules/client/src/test/java/org/apache/ignite/client/ClientComputeTest.java:
##########
@@ -197,10 +197,10 @@ public void 
testExecuteColocatedThrowsTableNotFoundExceptionWhenTableDoesNotExis
 
             var ex = assertThrows(CompletionException.class,
                     () -> client.compute().executeAsync(
-                            JobTarget.colocated("\"bad-tbl\"", key), 
JobDescriptor.builder("job").build(), null).join());
+                            JobTarget.colocated("\"bad_tbl\"", key), 
JobDescriptor.builder("job").build(), null).join());

Review Comment:
   Please revert, or add a test that quoted names work on client and embedded.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to