Skip to content

Commit

Permalink
Minor comment cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: currantw <[email protected]>
  • Loading branch information
currantw committed Nov 21, 2024
1 parent c5b48f7 commit effccef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sqlodbc/opensearch_communication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,12 +575,10 @@ bool OpenSearchCommunication::EstablishConnection() {
}

// Set whether the connection is to OpenSearch serverless cluster.
// This can be specified explicitly via a configuration option, or
// determined by parsing the server URL.
SetIsAossServerless();

// Set the SQL endpoint to connect to. If this is a serverless connection,
// the SQL endpoint can be determined directly; if not, the endpoint is
// the SQL endpoint is always set correctly; if not, the endpoint is
// determined by sending a request to OpenSearch, which may result in an
// error.
SetSqlEndpoint();
Expand Down

0 comments on commit effccef

Please sign in to comment.