arina-ielchiieva commented on a change in pull request #1509: DRILL-6810:
Disable NULL_IF_NULL NullHandling for functions with Comp…
URL: https://github.com/apache/drill/pull/1509#discussion_r227355195
##########
File path:
exec/java-exec/src/test/java/org/apache/drill/exec/expr/fn/impl/TestStringFunctions.java
##########
@@ -1392,6 +1392,26 @@ public void testSplit() throws Exception {
.run();
}
+ @Test
+ public void testSplitWithNullInput() throws Exception {
+ try (BufferedWriter writer = new BufferedWriter(new FileWriter(new
File(dirTestWatcher.getRootDir(), "nullable_strings.json")))) {
Review comment:
Please add example of the file content.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services