justing-bq commented on code in PR #47703:
URL: https://github.com/apache/arrow/pull/47703#discussion_r2407857401
##########
cpp/src/arrow/flight/sql/odbc/odbcabstraction/odbc_impl/odbc_descriptor.cc:
##########
@@ -479,8 +479,6 @@ void
ODBCDescriptor::PopulateFromResultSetMetadata(ResultSetMetadata* rsmd) {
for (size_t i = 0; i < records_.size(); ++i) {
size_t one_based_index = i + 1;
- int16_t concise_type = rsmd->GetConciseType(one_based_index);
Review Comment:
Here we are undoing a mistake from a previous PR. This logic for handling
concise type should be handled by a future PR.
--
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]