Skip to content

Commit 42766d8

Browse files
committed
Add TODO for removing boost
1 parent 4be3dc1 commit 42766d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_statement_get_type_info.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Result<std::shared_ptr<RecordBatch>> TransformInner(
109109

110110
const auto& create_params = reader.GetCreateParams();
111111
if (create_params && !create_params->empty()) {
112+
// GH-48093 TODO: replace boost-algorithm with alternatives
112113
data.create_params = boost::algorithm::join(*create_params, ",");
113114
} else {
114115
data.create_params = nullopt;

0 commit comments

Comments
 (0)