hegdean commented on a change in pull request #1824: [TRAFODION-3280] Reduce path length in
Trafodion for improved performance and scalability
URL: https://github.com/apache/trafodion/pull/1824#discussion_r272731822
##########
File path: core/conn/odbc/src/odbc/nsksrvrcore/sqlinterface.cpp
##########
@@ -5492,10 +5492,12 @@ SQLRETURN SRVR::PREPARE2withRowsets(SRVR_STMT_HDL* pSrvrStmt)
HANDLE_ERROR(retcode, sqlWarning);
if (pSrvrStmt->maxRowsetSize > 1
+/*
Review comment:
remove the comment section
----------------------------------------------------------------
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:
users@infra.apache.org
With regards,
Apache Git Services
|