Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-14 Thread via GitHub
exceptionfactory closed pull request #8493: NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord URL: https://github.com/apache/nifi/pull/8493 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-14 Thread via GitHub
exceptionfactory commented on PR #8493: URL: https://github.com/apache/nifi/pull/8493#issuecomment-1997607252 > > The last item to address it the `required()` status for the new property. As mentioned in the comment, it can be set to `true` since the default value provided maintains

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-14 Thread via GitHub
tpalfy commented on PR #8493: URL: https://github.com/apache/nifi/pull/8493#issuecomment-1997388520 > The last item to address it the `required()` status for the new property. As mentioned in the comment, it can be set to `true` since the default value provided maintains compatibility with

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-13 Thread via GitHub
pvillard31 commented on PR #8493: URL: https://github.com/apache/nifi/pull/8493#issuecomment-1994840950 Yeah the option of opening another PR for 1.x is also OK :) As a FYI, from the Github UI, on the PR, you can change the branch against which the PR is submitted, that is why I suggested

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-13 Thread via GitHub
exceptionfactory commented on PR #8493: URL: https://github.com/apache/nifi/pull/8493#issuecomment-1994733725 > > @tpalfy - I think the easiest is to keep this PR for support/1.x, and open another PR targeted at main that does not use Google library. I think it's safer compared to letting

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-13 Thread via GitHub
tpalfy commented on PR #8493: URL: https://github.com/apache/nifi/pull/8493#issuecomment-1994675042 > @tpalfy - I think the easiest is to keep this PR for support/1.x, and open another PR targeted at main that does not use Google library. I think it's safer compared to letting the merger

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-13 Thread via GitHub
pvillard31 commented on PR #8493: URL: https://github.com/apache/nifi/pull/8493#issuecomment-1994603126 @tpalfy - I think the easiest is to keep this PR for support/1.x, and open another PR targeted at main that does not use Google library. I think it's safer compared to letting the merger

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-13 Thread via GitHub
tpalfy commented on code in PR #8493: URL: https://github.com/apache/nifi/pull/8493#discussion_r1523369229 ## nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java: ## @@ -764,7 +796,15 @@ private

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-13 Thread via GitHub
tpalfy commented on code in PR #8493: URL: https://github.com/apache/nifi/pull/8493#discussion_r1523369229 ## nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java: ## @@ -764,7 +796,15 @@ private

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-12 Thread via GitHub
exceptionfactory commented on code in PR #8493: URL: https://github.com/apache/nifi/pull/8493#discussion_r1521755668 ## nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java: ## @@ -238,6 +239,34

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-12 Thread via GitHub
exceptionfactory commented on code in PR #8493: URL: https://github.com/apache/nifi/pull/8493#discussion_r1521652062 ## nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java: ## @@ -764,7 +796,15

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-12 Thread via GitHub
tpalfy commented on code in PR #8493: URL: https://github.com/apache/nifi/pull/8493#discussion_r1521646045 ## nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java: ## @@ -764,7 +796,15 @@ private

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-12 Thread via GitHub
exceptionfactory commented on code in PR #8493: URL: https://github.com/apache/nifi/pull/8493#discussion_r1521441171 ## nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java: ## @@ -764,7 +796,15

[PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-12 Thread via GitHub
tpalfy opened a new pull request, #8493: URL: https://github.com/apache/nifi/pull/8493 Add option to treat Strings as hexadecimal character sequences or base64-encoded binary data when inserting into a binary type column. # Summary