vvysotskyi commented on a change in pull request #1814: DRILL-7174: Expose
complex to Json control in the Drill C++ Client
URL: https://github.com/apache/drill/pull/1814#discussion_r324509959
##########
File path: contrib/native/client/example/querySubmitter.cpp
##########
@@ -422,6 +423,10 @@ int main(int argc, char* argv[]) {
props.setProperty(USERPROP_CUSTOM_SSLCTXOPTIONS,
customSSLOptions);
}
}
+ if (supportComplexTypes.length() > 0)
+ {
Review comment:
Could you please combine this line with the previous one?
----------------------------------------------------------------
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