Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpp/src/arrow/flight/sql/example/sqlite_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "arrow/flight/sql/example/sqlite_server.h"

#include <sqlite3.h>

#define BOOST_NO_CXX98_FUNCTION_BASE // ARROW-17805
#include <boost/algorithm/string.hpp>
#include <mutex>
#include <random>
Expand Down
1 change: 1 addition & 0 deletions cpp/src/arrow/flight/sql/example/sqlite_statement.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <sqlite3.h>

#define BOOST_NO_CXX98_FUNCTION_BASE // ARROW-17805
#include <boost/algorithm/string.hpp>

#include "arrow/flight/sql/column_metadata.h"
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/arrow/flight/sql/test_app_cli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// under the License.

#include <gflags/gflags.h>

#define BOOST_NO_CXX98_FUNCTION_BASE // ARROW-17805
#include <boost/algorithm/string.hpp>
#include <iostream>
#include <memory>
Expand Down
2 changes: 2 additions & 0 deletions dev/tasks/verify-rc/github.macos.amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,6 @@ jobs:
USE_CONDA: 1
{% endif %}
run: |
export CC=$(brew --prefix llvm)/bin/clang
export CXX=$(brew --prefix llvm)/bin/clang++
arrow/dev/release/verify-release-candidate.sh {{ release|default("") }} {{ rc|default("") }}