arjuntheprogrammer commented on issue #1814: DRILL-7174: Expose complex to Json control in the Drill C++ Client URL: https://github.com/apache/drill/pull/1814#issuecomment-525270980 Hi @arina-ielchiieva - the change is almost complete, which also include change in querySubmitter, also I have found one bug in the querySubmitter - which is in side the file - [contrib\native\client\example\**querySubmitter.cpp**](https://github.com/apache/drill/blob/master/contrib/native/client/example/querySubmitter.cpp), earlier the value of variable **nOptions** was 25 which was not correct because the number of qsOptions was 26, and after my change this value is converted to 27. Other than that the only thing which is left is writing the unit test, which I have written but seeing some error while compiling the code, so currently I am working on resolving that error.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
