ijokarumawak commented on a change in pull request #3478: NIFI-6304 added trim,
toLowerCase and toUpperCase to record path oper…
URL: https://github.com/apache/nifi/pull/3478#discussion_r287649365
##########
File path:
nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/paths/RecordPathCompiler.java
##########
@@ -299,6 +314,17 @@ public static RecordPathSegment buildPath(final Tree
tree, final RecordPathSegme
throw new RecordPathException("Encountered unexpected token " + tree);
}
+ private static RecordPathSegment[] getArgumentsForStringFunction(boolean
absolute, Tree argumentListTree) {
Review comment:
Please remove this method. It's not used anymore.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services