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 2020/09/03 09:52:27 UTC

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #892: MINIFICPP-1341 Fix libc++ compilation errors

hunyadi-dev commented on a change in pull request #892:
URL: https://github.com/apache/nifi-minifi-cpp/pull/892#discussion_r482854874



##########
File path: extensions/standard-processors/processors/TailFile.cpp
##########
@@ -364,7 +364,10 @@ void TailFile::onSchedule(const std::shared_ptr<core::ProcessContext> &context,
 
     context->getProperty(RecursiveLookup.getName(), recursive_lookup_);
 
-    context->getProperty(LookupFrequency.getName(), lookup_frequency_);
+    int64_t lookup_frequency;

Review comment:
       Can you leave a comment on this? If I were to encounter this, I would immediately think of reformatting it to the previous version.




----------------------------------------------------------------
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 to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org