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


##########
modules/client-handler/src/main/java/org/apache/ignite/client/handler/requests/sql/ClientSqlProperties.java:
##########
@@ -37,7 +38,9 @@ class ClientSqlProperties {
     private final @Nullable String timeZoneId;
 
     ClientSqlProperties(ClientMessageUnpacker in) {
-        schema = in.tryUnpackNil() ? null : in.unpackString();
+        // TODO: https://issues.apache.org/jira/browse/IGNITE-24021
+        // Converts schema name to its canonical form.

Review Comment:
   ```suggestion
           // TODO: https://issues.apache.org/jira/browse/IGNITE-24021
           //  Do parse simple name correctly.
   ```



-- 
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]

Reply via email to