You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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
Authored-by: Aaditya Srinivasan <aadityasri03@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
0 commit comments