-
Notifications
You must be signed in to change notification settings - Fork 585
[GLUTEN-10834][CORE] Prefer hyphens over underscores in shell script names #10836
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
base: main
Are you sure you want to change the base?
Conversation
Run Gluten Clickhouse CI on x86 |
783e1a1
to
0489d69
Compare
Run Gluten Clickhouse CI on x86 |
-
over _
in script names where possible
Run Gluten Clickhouse CI on x86 |
Run Gluten Clickhouse CI on x86 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CC @zhztheplayer @PHILO-HE , thanks
6f5d8ed
to
202f9bd
Compare
Run Gluten Clickhouse CI on x86 |
Thank you @Zouxxyy for taking this on! |
-
over _
in script names where possibleThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also felt that we should adopt a consistent naming convention.
Thank you for the insights @PHILO-HE. We are on the same page. |
202f9bd
to
d80af38
Compare
Run Gluten Clickhouse CI on x86 |
Run Gluten Clickhouse CI on x86 |
Run Gluten Clickhouse CI on x86 |
What changes are proposed in this pull request?
use - as much as possible, unless _ is really needed for a naming in scripts, I checked the scrips in such dirs
How was this patch tested?