This is an automated email from the ASF dual-hosted git repository.
pvillard31 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
from 6668f104397 NIFI-15880: Allow Connectors to enter a Troubleshooting
mode (#11175)
add ee81fc9f6b0 NIFI-11719 Included add and subtract math functions for
RecordPath. (#11326)
No new revisions were added by this update.
Summary of changes:
.../path/functions/{Divide.java => Add.java} | 14 +-
.../functions/{Multiply.java => Subtract.java} | 14 +-
...hMultiplyOperator.java => MathAddOperator.java} | 8 +-
.../nifi/record/path/math/MathBinaryEvaluator.java | 8 +
...iplyOperator.java => MathSubtractOperator.java} | 8 +-
.../nifi/record/path/paths/RecordPathCompiler.java | 10 ++
.../apache/nifi/record/path/TestRecordPath.java | 161 +++++++++++++++++++++
nifi-docs/src/main/asciidoc/record-path-guide.adoc | 26 ++++
8 files changed, 227 insertions(+), 22 deletions(-)
copy
nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/functions/{Divide.java
=> Add.java} (75%)
copy
nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/functions/{Multiply.java
=> Subtract.java} (80%)
copy
nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/math/{MathMultiplyOperator.java
=> MathAddOperator.java} (88%)
copy
nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/math/{MathMultiplyOperator.java
=> MathSubtractOperator.java} (88%)