Skip to content

[C++][FlightSQL] Remove boost/algorithm/string.h dependency #46914

Description

@kou

Describe the enhancement requested

It's used by:

#include <boost/algorithm/string.hpp>

#include <boost/algorithm/string.hpp>

We need alternative of boost::istarts_with().

We can use arrow::internal::AsciiEqualsCaseInsensitive() for boost::iequals().

Component(s)

C++, FlightRPC

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions