ivandasch commented on a change in pull request #9410:
URL: https://github.com/apache/ignite/pull/9410#discussion_r710261229



##########
File path: 
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/logical/SqlScriptRunner.java
##########
@@ -76,11 +81,29 @@
     /** Script. */
     private Script script;
 
+    /** nl to bytes representation. */
+    private static final byte[] NL_BYTES = "\n".getBytes();

Review comment:
       ```
   byte[] test = {10};
   ```
   
![image](https://user-images.githubusercontent.com/6059537/133646670-aa4974d6-d2bb-4387-ac36-998124af9387.png)
   




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