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-35205: [C++][Gandiva] Don't find system Zstandard when we use bundled one #35220

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

kou
Copy link
Member

@kou kou commented Apr 18, 2023

Rationale for this change

If we use bundled Zstandared, we should not find system Zstandard for Gandiva.
Because it's always failed.

What changes are included in this PR?

Add a missing check whether we're using system Zstandard or bundled Zstandard.

Are these changes tested?

Yes.

Are there any user-facing changes?

Yes.

@github-actions
Copy link

@github-actions
Copy link

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

@kou
Copy link
Member Author

kou commented Apr 18, 2023

@github-actions crossbow submit -g verify-rc-source java-jars

@github-actions
Copy link

Revision: 10ffcec

Submitted crossbow builds: ursacomputing/crossbow @ actions-cc7caa00a4

Task Status
java-jars Github Actions
verify-rc-source-cpp-linux-almalinux-8-amd64 Github Actions
verify-rc-source-cpp-linux-conda-latest-amd64 Github Actions
verify-rc-source-cpp-linux-ubuntu-20.04-amd64 Github Actions
verify-rc-source-cpp-linux-ubuntu-22.04-amd64 Github Actions
verify-rc-source-cpp-macos-amd64 Github Actions
verify-rc-source-cpp-macos-arm64 Github Actions
verify-rc-source-cpp-macos-conda-amd64 Github Actions
verify-rc-source-csharp-linux-almalinux-8-amd64 Github Actions
verify-rc-source-csharp-linux-conda-latest-amd64 Github Actions
verify-rc-source-csharp-linux-ubuntu-20.04-amd64 Github Actions
verify-rc-source-csharp-linux-ubuntu-22.04-amd64 Github Actions
verify-rc-source-csharp-macos-amd64 Github Actions
verify-rc-source-csharp-macos-arm64 Github Actions
verify-rc-source-go-linux-almalinux-8-amd64 Github Actions
verify-rc-source-go-linux-conda-latest-amd64 Github Actions
verify-rc-source-go-linux-ubuntu-20.04-amd64 Github Actions
verify-rc-source-go-linux-ubuntu-22.04-amd64 Github Actions
verify-rc-source-go-macos-amd64 Github Actions
verify-rc-source-go-macos-arm64 Github Actions
verify-rc-source-integration-linux-almalinux-8-amd64 Github Actions
verify-rc-source-integration-linux-conda-latest-amd64 Github Actions
verify-rc-source-integration-linux-ubuntu-20.04-amd64 Github Actions
verify-rc-source-integration-linux-ubuntu-22.04-amd64 Github Actions
verify-rc-source-integration-macos-amd64 Github Actions
verify-rc-source-integration-macos-arm64 Github Actions
verify-rc-source-integration-macos-conda-amd64 Github Actions
verify-rc-source-java-linux-almalinux-8-amd64 Github Actions
verify-rc-source-java-linux-conda-latest-amd64 Github Actions
verify-rc-source-java-linux-ubuntu-20.04-amd64 Github Actions
verify-rc-source-java-linux-ubuntu-22.04-amd64 Github Actions
verify-rc-source-java-macos-amd64 Github Actions
verify-rc-source-js-linux-almalinux-8-amd64 Github Actions
verify-rc-source-js-linux-conda-latest-amd64 Github Actions
verify-rc-source-js-linux-ubuntu-20.04-amd64 Github Actions
verify-rc-source-js-linux-ubuntu-22.04-amd64 Github Actions
verify-rc-source-js-macos-amd64 Github Actions
verify-rc-source-js-macos-arm64 Github Actions
verify-rc-source-python-linux-almalinux-8-amd64 Github Actions
verify-rc-source-python-linux-conda-latest-amd64 Github Actions
verify-rc-source-python-linux-ubuntu-20.04-amd64 Github Actions
verify-rc-source-python-linux-ubuntu-22.04-amd64 Github Actions
verify-rc-source-python-macos-amd64 Github Actions
verify-rc-source-python-macos-arm64 Github Actions
verify-rc-source-python-macos-conda-amd64 Github Actions
verify-rc-source-ruby-linux-almalinux-8-amd64 Github Actions
verify-rc-source-ruby-linux-conda-latest-amd64 Github Actions
verify-rc-source-ruby-linux-ubuntu-20.04-amd64 Github Actions
verify-rc-source-ruby-linux-ubuntu-22.04-amd64 Github Actions
verify-rc-source-ruby-macos-amd64 Github Actions
verify-rc-source-ruby-macos-arm64 Github Actions
verify-rc-source-windows Github Actions

@kou
Copy link
Member Author

kou commented Apr 19, 2023

+1

@kou kou merged commit ce60f2f into apache:main Apr 19, 2023
@kou kou deleted the cpp-gandiva-zstd branch April 19, 2023 00:02
raulcd pushed a commit that referenced this pull request Apr 19, 2023
…led one (#35220)

### Rationale for this change

If we use bundled Zstandared, we should not find system Zstandard for Gandiva.
Because it's always failed.

### What changes are included in this PR?

Add a missing check whether we're using system Zstandard or bundled Zstandard.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: #35205

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@ursabot
Copy link

ursabot commented Apr 21, 2023

Benchmark runs are scheduled for baseline = d7c5e4c and contender = ce60f2f. ce60f2f is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Failed] test-mac-arm
[Finished ⬇️10.46% ⬆️0.0%] ursa-i9-9960x
[Finished ⬇️0.87% ⬆️0.0%] ursa-thinkcentre-m75q
Buildkite builds:
[Finished] ce60f2f2 ec2-t3-xlarge-us-east-2
[Failed] ce60f2f2 test-mac-arm
[Finished] ce60f2f2 ursa-i9-9960x
[Finished] ce60f2f2 ursa-thinkcentre-m75q
[Finished] d7c5e4cf ec2-t3-xlarge-us-east-2
[Failed] d7c5e4cf test-mac-arm
[Finished] d7c5e4cf ursa-i9-9960x
[Finished] d7c5e4cf ursa-thinkcentre-m75q
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

@ursabot
Copy link

ursabot commented Apr 21, 2023

['Python', 'R'] benchmarks have high level of regressions.
ursa-i9-9960x

liujiacheng777 pushed a commit to LoongArch-Python/arrow that referenced this pull request May 11, 2023
…e bundled one (apache#35220)

### Rationale for this change

If we use bundled Zstandared, we should not find system Zstandard for Gandiva.
Because it's always failed.

### What changes are included in this PR?

Add a missing check whether we're using system Zstandard or bundled Zstandard.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: apache#35205

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
ArgusLi pushed a commit to Bit-Quill/arrow that referenced this pull request May 15, 2023
…e bundled one (apache#35220)

### Rationale for this change

If we use bundled Zstandared, we should not find system Zstandard for Gandiva.
Because it's always failed.

### What changes are included in this PR?

Add a missing check whether we're using system Zstandard or bundled Zstandard.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: apache#35205

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
rtpsw pushed a commit to rtpsw/arrow that referenced this pull request May 16, 2023
…e bundled one (apache#35220)

### Rationale for this change

If we use bundled Zstandared, we should not find system Zstandard for Gandiva.
Because it's always failed.

### What changes are included in this PR?

Add a missing check whether we're using system Zstandard or bundled Zstandard.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: apache#35205

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.

[CI][C++][Python] Verification jobs fail on ubuntu for Python due to missing libzstd
2 participants