yangzhg commented on a change in pull request #5033:
URL: https://github.com/apache/incubator-doris/pull/5033#discussion_r537255093



##########
File path: be/src/exec/odbc_connecter.h
##########
@@ -52,32 +58,46 @@ struct DataBinding : public boost::noncopyable {
     ~DataBinding() { free(target_value_ptr); }
 };
 
-// ODBC Scanner for scan data from ODBC
-class ODBCScanner {
+// ODBC Connecter for scan data from ODBC
+class ODBCConnecter {

Review comment:
       ```suggestion
   class ODBCConnector {
   ```




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to