singh1203 commented on code in PR #46110: URL: https://github.com/apache/arrow/pull/46110#discussion_r2063014779
########## cpp/src/arrow/flight/sql/column_metadata.h: ########## @@ -110,6 +113,10 @@ class ARROW_FLIGHT_SQL_EXPORT ColumnMetadata { /// \return The IsSearchable. arrow::Result<bool> GetIsSearchable() const; + /// \brief Return the Remarks set in the KeyValueMetadata. + /// \return The IsSearchable. Review Comment: ```suggestion /// \return The Remarks. ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org