[GitHub] [nifi] grishick commented on a change in pull request #4549: [nifi-7565] Support for Kudu DATE type

2020-09-24 Thread GitBox
grishick commented on a change in pull request #4549: URL: https://github.com/apache/nifi/pull/4549#discussion_r494744303 ## File path: nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/src/main/java/org/apache/nifi/processors/kudu/AbstractKuduProcessor.java ## @@ -352,6

[jira] [Commented] (NIFI-7836) Add Encrypt and Decrypt CMS Processors and Services

2020-09-24 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201872#comment-17201872 ] David Handermann commented on NIFI-7836: Andy, After looking at the EncryptContent Processor and

[GitHub] [nifi] taftster commented on pull request #4221: NIFI-6394 - frontend queue/connection size limit

2020-09-24 Thread GitBox
taftster commented on pull request #4221: URL: https://github.com/apache/nifi/pull/4221#issuecomment-698674405 @anaylor I still owe everyone the refactor that is to deprecate the existing method, not remove it. I just have had to keep putting it off. /sigh That being said ... if

[GitHub] [nifi] pcgrenier opened a new pull request #4554: NIFI-7842 Return Lists when multiple records are returned to the restlookupservice

2020-09-24 Thread GitBox
pcgrenier opened a new pull request #4554: URL: https://github.com/apache/nifi/pull/4554 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Noticed when trying to query a rest service for a list of items, only the first record

[jira] [Updated] (NIFI-7848) missing configurations in start.sh

2020-09-24 Thread Ram Viswanadha (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ram Viswanadha updated NIFI-7848: - Issue Type: Improvement (was: Bug) > missing configurations in start.sh >

[jira] [Updated] (NIFI-7848) missing configurations in start.sh

2020-09-24 Thread Ram Viswanadha (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ram Viswanadha updated NIFI-7848: - Description: To make the docker image run on K8S and make the information stored resilient to

[GitHub] [nifi] turcsanyip commented on pull request #4550: NIFI-7843 Recursive avro schemas fail to write with RecordWriter

2020-09-24 Thread GitBox
turcsanyip commented on pull request #4550: URL: https://github.com/apache/nifi/pull/4550#issuecomment-698570188 @tpalfy, @adenes Thanks for the clarification regarding Parquet. I tested the following cases and it works properly: - Avro and Json readers with explicit schema and

[GitHub] [nifi] grishick commented on a change in pull request #4549: [nifi-7565] Support for Kudu DATE type

2020-09-24 Thread GitBox
grishick commented on a change in pull request #4549: URL: https://github.com/apache/nifi/pull/4549#discussion_r494577812 ## File path: nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/src/main/java/org/apache/nifi/processors/kudu/AbstractKuduProcessor.java ## @@ -352,6

[GitHub] [nifi] adenes commented on pull request #4550: NIFI-7843 Recursive avro schemas fail to write with RecordWriter

2020-09-24 Thread GitBox
adenes commented on pull request #4550: URL: https://github.com/apache/nifi/pull/4550#issuecomment-698534129 Thanks for the reply @turcsanyip, it seems it's in the Parquet library, as @tpalfy pointed out and the stacktrace supports this: ``` 2020-09-24 21:04:05,504 ERROR

[GitHub] [nifi] tpalfy commented on pull request #4550: NIFI-7843 Recursive avro schemas fail to write with RecordWriter

2020-09-24 Thread GitBox
tpalfy commented on pull request #4550: URL: https://github.com/apache/nifi/pull/4550#issuecomment-698532068 > It seems the `ParquetRecordSetWriter` still has the issue. It seems Parquet doesn't support recursive schema. They have an open Jira and even a pull request, but the

[jira] [Created] (NIFI-7848) missing configurations in start.sh

2020-09-24 Thread Ram Viswanadha (Jira)
Ram Viswanadha created NIFI-7848: Summary: missing configurations in start.sh Key: NIFI-7848 URL: https://issues.apache.org/jira/browse/NIFI-7848 Project: Apache NiFi Issue Type: Bug

[jira] [Commented] (NIFI-7742) Controller Services searchable, but selecting from search results causes an error

2020-09-24 Thread Andrew M. Lim (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201714#comment-17201714 ] Andrew M. Lim commented on NIFI-7742: - Verified fix in 1.12.1 (RC2). > Controller Services

[GitHub] [nifi] anaylor commented on pull request #4130: NIFI-6235 - Prioritizing standard content war loading order

2020-09-24 Thread GitBox
anaylor commented on pull request #4130: URL: https://github.com/apache/nifi/pull/4130#issuecomment-698508363 @mcgilman I know its been a while but could you take another look or advise? Thanks This is an automated

[GitHub] [nifi] turcsanyip commented on pull request #4550: NIFI-7843 Recursive avro schemas fail to write with RecordWriter

2020-09-24 Thread GitBox
turcsanyip commented on pull request #4550: URL: https://github.com/apache/nifi/pull/4550#issuecomment-698508388 Testing with different `RecordSetWriter`s, configurations and schemas. It seems the `ParquetRecordSetWriter` still has the issue.

[GitHub] [nifi] anaylor commented on pull request #4221: NIFI-6394 - frontend queue/connection size limit

2020-09-24 Thread GitBox
anaylor commented on pull request #4221: URL: https://github.com/apache/nifi/pull/4221#issuecomment-698506510 @taftster I developed the front end for this ticket, if you can push this I could through my changes in. Or smash it on here, your call

[GitHub] [nifi] granthenke commented on a change in pull request #4549: [nifi-7565] Support for Kudu DATE type

2020-09-24 Thread GitBox
granthenke commented on a change in pull request #4549: URL: https://github.com/apache/nifi/pull/4549#discussion_r494497788 ## File path: nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/src/main/java/org/apache/nifi/processors/kudu/AbstractKuduProcessor.java ## @@

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #886: MINIFICPP-1323 Encrypt sensitive properties

2020-09-24 Thread GitBox
szaszm commented on a change in pull request #886: URL: https://github.com/apache/nifi-minifi-cpp/pull/886#discussion_r493682636 ## File path: encrypt-config/tests/ConfigFileTests.cpp ## @@ -0,0 +1,219 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi] pvillard31 commented on pull request #4552: NIFI-7845 Better handling on malformed/empty strings

2020-09-24 Thread GitBox
pvillard31 commented on pull request #4552: URL: https://github.com/apache/nifi/pull/4552#issuecomment-698459059 That's fine, no worries 3 builds out of four passed, so we're good on this side. Just need someone to review your code. I'm not very familiar with this part so I'd prefer

[GitHub] [nifi] themanifold edited a comment on pull request #4552: NIFI-7845 Better handling on malformed/empty strings

2020-09-24 Thread GitBox
themanifold edited a comment on pull request #4552: URL: https://github.com/apache/nifi/pull/4552#issuecomment-698418092 I suspect that the cancellation is just unlucky - given the french version passed but the english one failed. I don't know how to re-run it - can't find a button for it

[GitHub] [nifi] mattyb149 commented on a change in pull request #4551: NIFI-6061:Abstract DML operations to AbstractDatabaseAdapter and fix Blob problem for PutDatabaseRecord

2020-09-24 Thread GitBox
mattyb149 commented on a change in pull request #4551: URL: https://github.com/apache/nifi/pull/4551#discussion_r494410833 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java ##

[GitHub] [nifi] themanifold commented on pull request #4552: NIFI-7845 Better handling on malformed/empty strings

2020-09-24 Thread GitBox
themanifold commented on pull request #4552: URL: https://github.com/apache/nifi/pull/4552#issuecomment-698418092 I suspect that the cancellation is just unlucky - given the french version failed. I don't know how to re-run it - can't find a button for it @pvillard31

[jira] [Commented] (NIFI-6240) Proxy Support for AzureEventHub processor via Websockets

2020-09-24 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201573#comment-17201573 ] Tamas Palfy commented on NIFI-6240: --- It seems the event hub client doesn't really have proper proxy

[jira] [Updated] (NIFI-7847) UI - handle multiple requests on a slow network

2020-09-24 Thread Scott Aslan (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Aslan updated NIFI-7847: -- Attachment: image-2020-09-24-10-49-08-835.png > UI - handle multiple requests on a slow network >

[jira] [Updated] (NIFI-7847) UI - handle multiple requests on a slow network

2020-09-24 Thread Scott Aslan (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Aslan updated NIFI-7847: -- Description: If the user clicks on the cog icon to configure a CS more than once quickly, the set of

[jira] [Updated] (NIFI-7847) UI - handle multiple requests on a slow network

2020-09-24 Thread Scott Aslan (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Aslan updated NIFI-7847: -- Attachment: Screenshot 2020-09-24 at 09.38.53.png > UI - handle multiple requests on a slow network >

[jira] [Updated] (NIFI-7847) UI - handle multiple requests on a slow network

2020-09-24 Thread Scott Aslan (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Aslan updated NIFI-7847: -- Attachment: image-2020-09-24-10-48-56-401.png > UI - handle multiple requests on a slow network >

[jira] [Created] (NIFI-7847) UI - handle multiple requests on a slow network

2020-09-24 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-7847: - Summary: UI - handle multiple requests on a slow network Key: NIFI-7847 URL: https://issues.apache.org/jira/browse/NIFI-7847 Project: Apache NiFi Issue Type: Bug

[GitHub] [nifi-registry] kevdoran commented on pull request #302: NIFIREG-415 Add Support for Unicode in X-ProxiedEntitiesChain

2020-09-24 Thread GitBox
kevdoran commented on pull request #302: URL: https://github.com/apache/nifi-registry/pull/302#issuecomment-698367045 Whoops, missed some changes in my last commit. Updated and should be good now. This is an automated

[jira] [Commented] (NIFI-7846) Supporting os.arch aarch64 issues

2020-09-24 Thread libindas (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201549#comment-17201549 ] libindas commented on NIFI-7846: *2020-09-24 19:08:30,451 ERROR [main] org.apache.nifi.NiFi Failure to

[jira] [Created] (NIFI-7846) Supporting os.arch aarch64 issues

2020-09-24 Thread libindas (Jira)
libindas created NIFI-7846: -- Summary: Supporting os.arch aarch64 issues Key: NIFI-7846 URL: https://issues.apache.org/jira/browse/NIFI-7846 Project: Apache NiFi Issue Type: Bug

[GitHub] [nifi] pgyori commented on pull request #4534: NIFI-7815: Enhance the logging in MergeContent processor

2020-09-24 Thread GitBox
pgyori commented on pull request #4534: URL: https://github.com/apache/nifi/pull/4534#issuecomment-698350196 > Instead of defining a different message for each case, can we leverage `context.getProperty(MERGE_FORMAT).getValue()` for the log statement? See suggestions. Feel free to ignore

[jira] [Commented] (NIFI-6721) jms_expiration attribute problem

2020-09-24 Thread Tim Chermak (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201508#comment-17201508 ] Tim Chermak commented on NIFI-6721: --- Hi, thanks for the update, sorry it took so long to get back. Let

[jira] [Resolved] (MINIFICPP-1319) Refactor streams

2020-09-24 Thread Adam Debreceni (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Debreceni resolved MINIFICPP-1319. --- Resolution: Implemented > Refactor streams > > >

[GitHub] [nifi] themanifold commented on pull request #4552: NIFI-7845 Better handling on malformed/empty strings

2020-09-24 Thread GitBox
themanifold commented on pull request #4552: URL: https://github.com/apache/nifi/pull/4552#issuecomment-698302966 > This is the error in the build: > > ``` > Error: COMPILATION ERROR : > Error:

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #864: MINIFICPP-1319 - Stream refactor

2020-09-24 Thread GitBox
arpadboda closed pull request #864: URL: https://github.com/apache/nifi-minifi-cpp/pull/864 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

[GitHub] [nifi] turcsanyip commented on pull request #4552: NIFI-7845 Better handling on malformed/empty strings

2020-09-24 Thread GitBox
turcsanyip commented on pull request #4552: URL: https://github.com/apache/nifi/pull/4552#issuecomment-698297058 This is the error in the build: ``` Error: COMPILATION ERROR : Error:

[GitHub] [nifi] themanifold commented on pull request #4552: NIFI-7845 Better handling on malformed/empty strings

2020-09-24 Thread GitBox
themanifold commented on pull request #4552: URL: https://github.com/apache/nifi/pull/4552#issuecomment-698293602 With reference to the ci-workflow tests, I don't actually see any valid errors unless I'm missing something...

[jira] [Updated] (NIFI-7845) Insufficient handling on malformed/empty strings

2020-09-24 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-7845: - Status: Patch Available (was: Open) > Insufficient handling on malformed/empty strings >

[GitHub] [nifi] pvillard31 commented on pull request #4552: NIFI-7845 Better handling on malformed/empty strings

2020-09-24 Thread GitBox
pvillard31 commented on pull request #4552: URL: https://github.com/apache/nifi/pull/4552#issuecomment-698287186 Thanks @themanifold. Hey @turcsanyip - I know you worked on this recently, you might want to have a look? This

[GitHub] [nifi-minifi-cpp] szaszm removed a comment on pull request #864: MINIFICPP-1319 - Stream refactor

2020-09-24 Thread GitBox
szaszm removed a comment on pull request #864: URL: https://github.com/apache/nifi-minifi-cpp/pull/864#issuecomment-698282021 I'm waiting for more reviews before merging. This is an automated message from the Apache Git

[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #864: MINIFICPP-1319 - Stream refactor

2020-09-24 Thread GitBox
szaszm commented on pull request #864: URL: https://github.com/apache/nifi-minifi-cpp/pull/864#issuecomment-698282021 I'm waiting for more reviews before merging. This is an automated message from the Apache Git Service. To

[GitHub] [nifi] themanifold commented on pull request #4552: NIFI-7845 Better handling on malformed/empty strings

2020-09-24 Thread GitBox
themanifold commented on pull request #4552: URL: https://github.com/apache/nifi/pull/4552#issuecomment-698281598 > Hi @themanifold - thanks for this contribution. Can you please create a JIRA describing the issue/improvement (https://issues.apache.org/jira/browse/NIFI)? And then update

[jira] [Created] (NIFI-7845) Insufficient handling on malformed/empty strings

2020-09-24 Thread Clement (Jira)
Clement created NIFI-7845: - Summary: Insufficient handling on malformed/empty strings Key: NIFI-7845 URL: https://issues.apache.org/jira/browse/NIFI-7845 Project: Apache NiFi Issue Type: Bug

[GitHub] [nifi] pvillard31 commented on pull request #4547: rename onConfigured to OnEnabled to make code more clear

2020-09-24 Thread GitBox
pvillard31 commented on pull request #4547: URL: https://github.com/apache/nifi/pull/4547#issuecomment-698278992 Hi @ofirmgr - thanks for this contribution. Can you please create a JIRA describing the issue/improvement (https://issues.apache.org/jira/browse/NIFI)? And then update the

[GitHub] [nifi] pvillard31 commented on pull request #4552: Better handling on malformed/empty strings

2020-09-24 Thread GitBox
pvillard31 commented on pull request #4552: URL: https://github.com/apache/nifi/pull/4552#issuecomment-698278676 Hi @themanifold - thanks for this contribution. Can you please create a JIRA describing the issue/improvement (https://issues.apache.org/jira/browse/NIFI)? And then update the

[jira] [Updated] (NIFI-7844) substring should return empty instead of throwing IndexOutOfBoundsException

2020-09-24 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-7844: - Status: Patch Available (was: Open) > substring should return empty instead of throwing

[GitHub] [nifi] pvillard31 opened a new pull request #4553: NIFI-7844 - substring should return empty instead of throwing IndexOu…

2020-09-24 Thread GitBox
pvillard31 opened a new pull request #4553: URL: https://github.com/apache/nifi/pull/4553 …tOfBoundsException Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR **In the expression

[jira] [Created] (NIFI-7844) substring should return empty instead of throwing IndexOutOfBoundsException

2020-09-24 Thread Pierre Villard (Jira)
Pierre Villard created NIFI-7844: Summary: substring should return empty instead of throwing IndexOutOfBoundsException Key: NIFI-7844 URL: https://issues.apache.org/jira/browse/NIFI-7844 Project:

[GitHub] [nifi] themanifold opened a new pull request #4552: Better handling on malformed/empty strings

2020-09-24 Thread GitBox
themanifold opened a new pull request #4552: URL: https://github.com/apache/nifi/pull/4552 At the moment, the `validateAMQPHeaderProperty()` does not handle `amqpPropValues` that are appended and prepended by curly braces, like `{a=b}`. Nor does the function deal with an empty

[jira] [Commented] (NIFI-6061) PutDatabaseRecord does not properly handle BLOB/CLOB fields

2020-09-24 Thread ZhangCheng (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201419#comment-17201419 ] ZhangCheng commented on NIFI-6061: -- [~mattyb149]  And please , review this as quickly as possible  ;). 

[jira] [Commented] (NIFI-6061) PutDatabaseRecord does not properly handle BLOB/CLOB fields

2020-09-24 Thread ZhangCheng (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201413#comment-17201413 ] ZhangCheng commented on NIFI-6061: -- [~mattyb149]I didn't find problems about CLOB, and I found that the

[GitHub] [nifi] KuKuDeCheng opened a new pull request #4551: NIFI-6061:Abstract DML operations to AbstractDatabaseAdapter and fix Blob problem for PutDatabaseRecord

2020-09-24 Thread GitBox
KuKuDeCheng opened a new pull request #4551: URL: https://github.com/apache/nifi/pull/4551 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X functionality; fixes bug NIFI-._

[jira] [Assigned] (NIFI-6061) PutDatabaseRecord does not properly handle BLOB/CLOB fields

2020-09-24 Thread ZhangCheng (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangCheng reassigned NIFI-6061: Assignee: ZhangCheng > PutDatabaseRecord does not properly handle BLOB/CLOB fields >

[jira] [Issue Comment Deleted] (NIFI-6061) PutDatabaseRecord does not properly handle BLOB/CLOB fields

2020-09-24 Thread ZhangCheng (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangCheng updated NIFI-6061: - Comment: was deleted (was: For Oracle TIMESTAMP field, when PutDatabaseRecord tries to insert it via

[jira] [Commented] (NIFI-7168) List/Fetch SFTP parameter object not a ECParameterSpec

2020-09-24 Thread Mahieddine Cherif (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17201403#comment-17201403 ] Mahieddine Cherif commented on NIFI-7168: - We are facing the same issue, is there any plan to

[jira] [Updated] (NIFI-7168) List/Fetch SFTP parameter object not a ECParameterSpec

2020-09-24 Thread Mahieddine Cherif (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahieddine Cherif updated NIFI-7168: Affects Version/s: 1.11.4 > List/Fetch SFTP parameter object not a ECParameterSpec >

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #913: MINIFICPP-1378 comment s2s user/password properties

2020-09-24 Thread GitBox
arpadboda closed pull request #913: URL: https://github.com/apache/nifi-minifi-cpp/pull/913 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

[jira] [Created] (MINIFICPP-1380) MergeContent batch process incoming files

2020-09-24 Thread Adam Debreceni (Jira)
Adam Debreceni created MINIFICPP-1380: - Summary: MergeContent batch process incoming files Key: MINIFICPP-1380 URL: https://issues.apache.org/jira/browse/MINIFICPP-1380 Project: Apache NiFi MiNiFi

[jira] [Created] (MINIFICPP-1379) Fix UUID parsing

2020-09-24 Thread Adam Debreceni (Jira)
Adam Debreceni created MINIFICPP-1379: - Summary: Fix UUID parsing Key: MINIFICPP-1379 URL: https://issues.apache.org/jira/browse/MINIFICPP-1379 Project: Apache NiFi MiNiFi C++ Issue

[jira] [Updated] (MINIFICPP-1379) Fix UUID parsing

2020-09-24 Thread Adam Debreceni (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Debreceni updated MINIFICPP-1379: -- Description: The sscanf-based uuid parsing allows uuids in otherwise invalid

[GitHub] [nifi] simonbence commented on a change in pull request #4550: NIFI-7843 Recursive avro schemas fail to write with RecordWriter

2020-09-24 Thread GitBox
simonbence commented on a change in pull request #4550: URL: https://github.com/apache/nifi/pull/4550#discussion_r494089474 ## File path: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/SimpleRecordSchema.java ## @@ -167,6 +167,11 @@ public boolean

[GitHub] [nifi] KuKuDeCheng commented on a change in pull request #4539: NIFI-7824:GenerateTableFetch Improvement

2020-09-24 Thread GitBox
KuKuDeCheng commented on a change in pull request #4539: URL: https://github.com/apache/nifi/pull/4539#discussion_r494065190 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/GenerateTableFetch.java