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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]