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

    https://github.com/apache/drill/pull/396#discussion_r55286410
  
    --- Diff: contrib/native/client/example/querySubmitter.cpp ---
    @@ -317,16 +320,20 @@ int main(int argc, char* argv[]) {
             std::vector<Drill::QueryHandle_t*>::iterator queryHandleIter;
     
             Drill::DrillClient client;
    -        // To log to file
    -        //DrillClient::initLogging("/var/log/drill/", l);
    +#if defined _WIN32 || defined _WIN64
    +           const char* logpathPrefix = 
"C:\\Users\\Administrator\\Documents\\temp\\drillclient";
    --- End diff --
    
    minor: the use of GetTempPath in <windows.h> seems more appropriate here.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to