justing-bq commented on code in PR #48050:
URL: https://github.com/apache/arrow/pull/48050#discussion_r2524844467
##########
cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_result_set_metadata.cc:
##########
@@ -207,10 +204,13 @@ size_t FlightSqlResultSetMetadata::GetOctetLength(int
column_position) {
.value_or(DefaultLengthForVariableLengthColumns);
}
-std::string FlightSqlResultSetMetadata::GetTypeName(int column_position) {
+std::string FlightSqlResultSetMetadata::GetTypeName(int column_position, int
data_type) {
Review Comment:
Now using `int16_t`.
--
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]