Reranko05 opened a new pull request, #50241:
URL: https://github.com/apache/arrow/pull/50241

   ### Rationale for this change
   
   Issue #46914 requests removing the remaining boost/algorithm/string.hpp 
dependency from FlightSQL.
   
   ### What changes are included in this PR?
   
   * Replace boost::iequals() with arrow::internal::AsciiEqualsCaseInsensitive()
   * Replace boost::istarts_with() with a local case-insensitive prefix helper
   * Remove boost/algorithm/string.hpp includes from sqlite_server.cc and 
test_app_cli.cc
   
   ### Are these changes tested?
   
   The modified files compile successfully in the local build configuration. CI 
will validate FlightSQL configurations.
   
   ### Are there any user-facing changes?
   
   No.
   
   * GitHub Issue: #46914


-- 
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]

Reply via email to