You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/09/16 15:00:32 UTC

[GitHub] [ignite] zstan commented on a change in pull request #9410: IGNITE-15512 Append additional tests into ScriptTestSuite

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



##########
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:
       yes but ... no :) this constant hardly used in corresponding hash calculation.




-- 
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-unsubscribe@ignite.apache.org

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