Github user markap14 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/420#discussion_r101063559
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml ---
@@ -235,6 +235,11 @@ language governing permissions and limitations under
the License. -->
<artifactId>json-utils</artifactId>
<version>0.0.20</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.calcite</groupId>
+ <artifactId>calcite-example-csv</artifactId>
+ <version>1.7.0</version>
--- End diff --
@trixpan yes certainly. I took over this ticket but unfortunately haven't
had a chance to work on it much until recently. A week or two ago, I picked it
up again and plan to have this into the 1.2.0 version of NiFi. I have updated
to the latest version in my local branch. Thanks for calling this out!
---
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.
---