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

build: Do not enable all components when testing is enabled #11896

Closed

Conversation

majetideepak
Copy link
Collaborator

@majetideepak majetideepak commented Dec 17, 2024

The goal is to improve the developer experience. If I want to build wave tests,
I want to be able to only build the corresponding tests by disabling unrelated
components such as Spark functions, TPC-H connector, etc. However, the current CMake setup enables these components when testing is enabled.
All of these components except for examples are enabled by default.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 17, 2024
Copy link

netlify bot commented Dec 17, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit db7b271
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/677c7595b8c3940008ad54ca

Copy link
Collaborator

@assignUser assignUser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah removing this makes sense as it also overrides any custom set variables from the command line.

@assignUser assignUser added the ready-to-merge PR that have been reviewed and are ready for merging. PRs with this tag notify the Velox Meta oncall label Jan 6, 2025
@kevinwilfong
Copy link
Contributor

@majetideepak The build failure in the "Fuzzer Jobs" CI looks suspicious, it may be related to your changes.

Regardless, could you rebase your change in case it's unrelated so I can merge it, it may also just be an old issue.

@majetideepak
Copy link
Collaborator Author

majetideepak commented Jan 7, 2025

@kevinwilfong It does look related. VELOX_ENABLE_PARQUET was always transitively enabled via VELOX_BUILD_TESTING (ON by default). I enabled Parquet by default now.

@majetideepak
Copy link
Collaborator Author

This Spark Fuzzer failure is not related.

@facebook-github-bot
Copy link
Contributor

@kevinwilfong has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@kevinwilfong merged this pull request in 1442bd5.

athmaja-n pushed a commit to athmaja-n/velox that referenced this pull request Jan 10, 2025
…incubator#11896)

Summary:
The goal is to improve the developer experience. If I want to build wave tests,
I want to be able to only build the corresponding tests by disabling unrelated
components such as Spark functions, TPC-H connector, etc. However, the current CMake setup enables these components when testing is enabled.
All of these components except for examples are enabled by default.

Pull Request resolved: facebookincubator#11896

Reviewed By: Yuhta

Differential Revision: D67910097

Pulled By: kevinwilfong

fbshipit-source-id: cc932b9397a6cb649ab12c0c1e1860dca75d4ff8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged ready-to-merge PR that have been reviewed and are ready for merging. PRs with this tag notify the Velox Meta oncall
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants