This is an automated email from the ASF dual-hosted git repository.

mattyb149 pushed a change to branch MINIFI-422
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from b6ef7e1  NIFI-7462: This adds a way to convert or cast a choice object 
into a valid type for use with calcite query functions
     add 97a919a  NIFI-7482 Changed InvokeHTTP to be extensible. Added unit 
test.
     add 45e626f  Updated pull request template to separate JDK 8 and 11 
questions
     add 0f4b79b  NIFI-6255 NIFI-6287: Hash function for expression language 
and record path. NIFI-6255 NIFI-6287: Rebased to match the new expression 
language interface NIFI-6255 NIFI-6287: Fix wildcard imports and unused imports 
NIFI-6255 NIFI-6287: Move to the common codec DigetUtils Update commons-codec
     add b025117  NIFI-6672 PlusEvaluator throws an Arithmetic Exception in 
case of Long overflow. TestQuery checks that Long overflow is detected and 
Double overflow is correctly promoted to POSITIVE_INFINITY
     add 1ba8f76  NIFI-6673 MultiplyEvaluator throws an Arithmetic Exception in 
case of Long overflow. TestQuery checks that Long overflow is detected and 
Double overflow is correctly promoted to POSITIVE_INFINITY or NEGATIVE_INFINITY
     add 788f8b0  NIFI-6674 MinusEvaluator throws an Arithmetic Exception in 
case of Long overflow. TestQuery checks that Long overflow is detected and 
Double overflow is correctly promoted to NEGATIVE_INFINITY
     add 443f969  NIFI-7211 Added @Ignore with warning message to a test that 
randomly fails due to timing issues.
     add 101387b  NIFI-6785 Support Deflate Compression NIFI-6785 Remove unused 
imports
     add ca65bba  NIFI-7453 In PutKudu creating a new Kudu client when 
refreshing TGT
     add aa804cf  NIFI-7485 Updated commons-configuration2. NIFI-7485 Found 
more instances that needed updating.
     add 1dd0e92  NIFI-7445: Add Conflict Resolution property to 
PutAzureDataLakeStorage processor

No new revisions were added by this update.

Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md                   |   3 +-
 .../language/antlr/AttributeExpressionLexer.g      |   1 +
 .../language/antlr/AttributeExpressionParser.g     |   3 +-
 .../language/compile/ExpressionCompiler.java       |   7 ++
 ...se64DecodeEvaluator.java => HashEvaluator.java} |  36 +++++---
 .../attribute/expression/language/TestQuery.java   |  19 +++++
 nifi-commons/nifi-record-path/pom.xml              |   7 +-
 .../{SubstringBeforeLast.java => Hash.java}        |  41 +++++----
 .../nifi/record/path/paths/RecordPathCompiler.java |   5 ++
 .../apache/nifi/record/path/TestRecordPath.java    |  13 +++
 nifi-commons/nifi-security-utils/pom.xml           |   2 +-
 .../main/asciidoc/expression-language-guide.adoc   |  20 ++++-
 nifi-docs/src/main/asciidoc/record-path-guide.adoc |  33 ++++++-
 .../azure/storage/PutAzureDataLakeStorage.java     |  92 +++++++++++++++-----
 .../azure/storage/ITPutAzureDataLakeStorage.java   |  73 +++++++++++++---
 .../processors/kudu/AbstractKuduProcessor.java     |  95 ++++++++++++++++-----
 .../org/apache/nifi/processors/kudu/PutKudu.java   |  15 ++--
 .../apache/nifi/processors/kudu/MockPutKudu.java   |  12 +--
 .../nifi/processors/standard/CompressContent.java  |  35 ++++++--
 .../nifi/processors/standard/InvokeHTTP.java       |   2 +-
 .../processors/standard/TestCompressContent.java   |  36 ++++++++
 .../nifi/processors/standard/TestInvokeHTTP.java   |  27 ++++++
 .../resources/CompressedData/SampleFile.txt.zlib   | Bin 0 -> 309 bytes
 .../nifi-lookup-services/pom.xml                   |   2 +-
 .../analysis/AttributeRollingWindowIT.java         |   3 +-
 nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml   |   2 +-
 26 files changed, 476 insertions(+), 108 deletions(-)
 copy 
nifi-commons/nifi-expression-language/src/main/java/org/apache/nifi/attribute/expression/language/evaluation/functions/{Base64DecodeEvaluator.java
 => HashEvaluator.java} (54%)
 copy 
nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/functions/{SubstringBeforeLast.java
 => Hash.java} (55%)
 create mode 100644 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/CompressedData/SampleFile.txt.zlib

Reply via email to