Github user jvwing commented on the issue:
https://github.com/apache/nifi/pull/1537
Thanks, @ambud, we're getting closer. There are a few items in the latest
commit:
* QueryDatabaseTable has class members TABLE_NAME for the input property
descriptor, and TABLENAME for the output attribute name. How about renaming
TABLENAME to RESULT_TABLENAME to clarify?
* The unit test testAddedRows is failing because it is still using
`"table.name"` as a literal string.
* There is a checkstyle error for a tab in QueryDatabaseTable.java:106.
You can see the test and checkstyle errors when you run `mvn clean install
-Pcontrib-check` for the NiFi project.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---