You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/02/11 15:25:46 UTC

[GitHub] markap14 commented on a change in pull request #3223: NIFI-5903: Allow RecordPath to be used in QueryRecord processor. Also…

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:
users@infra.apache.org


With regards,
Apache Git Services