Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-39136: [C++] Remove needless system Protobuf dependency with -DARROW_HDFS=ON #39137

Merged
merged 1 commit into from
Dec 8, 2023

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

Copy link

github-actions bot commented Dec 8, 2023

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

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
30 of 31 checks passed
@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
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.

mapleFU pushed a commit to mapleFU/arrow that referenced this pull request Dec 13, 2023
… -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 <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
clayburn pushed a commit to clayburn/arrow that referenced this pull request Jan 23, 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 <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
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 <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
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