Github user navsan commented on a diff in the pull request:

    https://github.com/apache/incubator-quickstep/pull/28#discussion_r66727854
  
    --- Diff: cli/QuickstepCli.cpp ---
    @@ -440,6 +462,13 @@ int main(int argc, char* argv[]) {
         }
       }
     
    +#ifdef QUICKSTEP_ENABLE_GOOGLE_PROFILER
    +  if (!query_num && !quickstep::FLAGS_profile_file_name.empty()) {
    --- End diff --
    
    You're right. I'll fix. The profiler produces an output even if you don't 
explicitly stop the profiler, which is why I didn't catch it. Good catch! 


---
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.
---

Reply via email to