alinaliBQ commented on code in PR #48033:
URL: https://github.com/apache/arrow/pull/48033#discussion_r2501301715


##########
cpp/src/arrow/flight/sql/odbc/odbc_api.cc:
##########
@@ -214,8 +214,45 @@ SQLRETURN SQLFreeHandle(SQLSMALLINT type, SQLHANDLE 
handle) {
 SQLRETURN SQLFreeStmt(SQLHSTMT handle, SQLUSMALLINT option) {
   ARROW_LOG(DEBUG) << "SQLFreeStmt called with handle: " << handle
                    << ", option: " << option;
-  // GH-47706 TODO: Implement SQLFreeStmt
-  return SQL_INVALID_HANDLE;
+

Review Comment:
   yea I usually put a blank line after the log to differentiate the space 😄 



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to