Skip to content

Conversation

@kou
Copy link
Member

@kou kou commented Dec 8, 2023

Rationale for this change

Our HDFS related codes don't depend on Protobuf because we process HDFS via external libhdfs.so and it's dlopen()-ed.

What changes are included in this PR?

Remove a needless CMake configuration.

Are these changes tested?

Yes.

Are there any user-facing changes?

Yes.

@kou
Copy link
Member Author

kou commented Dec 8, 2023

@github-actions crossbow submit java-jars -g cpp

@github-actions
Copy link

github-actions bot commented Dec 8, 2023

⚠️ GitHub issue #39136 has been automatically assigned in GitHub to PR creator.

@github-actions
Copy link

github-actions bot commented Dec 8, 2023

Revision: 3b3a3f8

Submitted crossbow builds: ursacomputing/crossbow @ actions-53621e6da1

Task Status
java-jars GitHub Actions
test-alpine-linux-cpp GitHub Actions
test-build-cpp-fuzz GitHub Actions
test-conda-cpp GitHub Actions
test-conda-cpp-valgrind Azure
test-cuda-cpp GitHub Actions
test-debian-11-cpp-amd64 GitHub Actions
test-debian-11-cpp-i386 GitHub Actions
test-fedora-38-cpp GitHub Actions
test-ubuntu-20.04-cpp GitHub Actions
test-ubuntu-20.04-cpp-bundled GitHub Actions
test-ubuntu-20.04-cpp-minimal-with-formats GitHub Actions
test-ubuntu-20.04-cpp-thread-sanitizer GitHub Actions
test-ubuntu-22.04-cpp GitHub Actions
test-ubuntu-22.04-cpp-20 GitHub Actions
test-ubuntu-22.04-cpp-no-threading GitHub Actions

@kou kou merged commit 8a644af into apache:main Dec 8, 2023
@kou kou deleted the cpp-hdfs-remove-needless-protobuf-dependency branch December 8, 2023 22:01
@kou kou removed the awaiting committer review Awaiting committer review label Dec 8, 2023
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 8a644af.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 2 possible false positives for unstable benchmarks that are known to sometimes produce them.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
… -DARROW_HDFS=ON (apache#39137)

### Rationale for this change

Our HDFS related codes don't depend on Protobuf because we process HDFS via external `libhdfs.so` and it's `dlopen()`-ed.

### What changes are included in this PR?

Remove a needless CMake configuration. 

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: apache#39136

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[C++] -DARROW_HDFS may add needless system Protobuf dependency for static linking

2 participants