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

[VL] Ensure sed pattern can be matched when modifying velox setup scripts #6505

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

PHILO-HE
Copy link
Contributor

@PHILO-HE PHILO-HE commented Jul 18, 2024

What changes were proposed in this pull request?

sed doesn't report error if given pattern is not matched. It's possible our expected changes are not applied to velox setup script due to upstream's code change. Here, simply run grep command to ensure pattern matched.

Only do the check for setup-ubuntu.sh, since other scripts like setup-centos7.sh, setup-centos8.sh are not maintained in upstream velox now.

How was this patch tested?

CI/local.

(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

@PHILO-HE PHILO-HE changed the title [VL] Ensure sed pattern can be matched for modifying velox setup scripts [VL] Ensure sed pattern can be matched when modifying velox setup scripts Jul 18, 2024
@PHILO-HE
Copy link
Contributor Author

@yma11, could you take a look?

@PHILO-HE
Copy link
Contributor Author

Let's merge this one firstly. If some issue is found, please let me know.

@PHILO-HE PHILO-HE merged commit 26cf73d into apache:main Jul 19, 2024
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants