markap14 commented on a change in pull request #3223: NIFI-5903: Allow
RecordPath to be used in QueryRecord processor. Also…
URL: https://github.com/apache/nifi/pull/3223#discussion_r255554544
##########
File path:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryRecord.java
##########
@@ -556,6 +566,23 @@ public int getRecordsRead() {
}
}
+ private SchemaPlus createRootSchema(final CalciteConnection
calciteConnection) {
+ final SchemaPlus rootSchema = calciteConnection.getRootSchema();
+ // TODO: Document how to use RPATH functions in additionalDetails.html!
Review comment:
Yup, good call, thanks.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services