[GLUTEN-10834][CORE] Prefer hyphens over underscores in shell script names#10836
[GLUTEN-10834][CORE] Prefer hyphens over underscores in shell script names#10836zhztheplayer merged 1 commit intoapache:mainfrom
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 |
Zouxxyy
left a comment
There was a problem hiding this comment.
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 possible
PHILO-HE
left a comment
There was a problem hiding this comment.
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 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
2f0c063 to
7c641d5
Compare
|
Run Gluten Clickhouse CI on x86 |
|
I believe the failed ci was introduces after facebookincubator/velox#14849 |
|
@Zouxxyy Would you want to rebase the PR? As I saw we have successful build in the past few days. |
|
@zhztheplayer Will rebase once involved facebookincubator/velox#15132, the failed CI is the Velox Bachkend Weekly Job (should still fail at this point) |
|
Sounds good to me. Thanks. |
7c641d5 to
f509282
Compare
|
Run Gluten Clickhouse CI on x86 |
|
@zhztheplayer I rebased. the UT that failed previously has passed, and the current failure should be irrelevant |
|
Thanks! |
…led (#15113) Summary: In apache/gluten#10836, we encountered a Velox compilation issue caused by the changes introduced in #14849. The error occurred because ABSOLUTE_SCRIPTDIR was modified. ``` 2025-10-09T03:42:02.6189401Z ++ realpath scripts 2025-10-09T03:42:02.6207867Z + ABSOLUTE_SCRIPTDIR=/__w/incubator-gluten/incubator-gluten/ep/build-velox/build/velox_ep/deps-download/abseil-cpp/scripts 2025-10-09T03:42:02.6210432Z + VELOX_ARROW_CMAKE_PATCH=/__w/incubator-gluten/incubator-gluten/ep/build-velox/build/velox_ep/deps-download/abseil-cpp/scripts/../CMake/resolve_dependency_modules/arrow/cmake-compatibility.patch 2025-10-09T03:42:02.6212114Z + cd /__w/incubator-gluten/incubator-gluten/ep/build-velox/build/velox_ep/deps-download/arrow 2025-10-09T03:42:02.6213956Z + git apply /__w/incubator-gluten/incubator-gluten/ep/build-velox/build/velox_ep/deps-download/abseil-cpp/scripts/../CMake/resolve_dependency_modules/arrow/cmake-compatibility.patch 2025-10-09T03:42:02.6230732Z error: can't open patch '/__w/incubator-gluten/incubator-gluten/ep/build-velox/build/velox_ep/deps-download/abseil-cpp/scripts/../CMake/resolve_dependency_modules/arrow/cmake-compatibility.patch': No such file or directory 2025-10-09T03:42:02.6235097Z + exit 1 ``` Pull Request resolved: #15113 Reviewed By: bikramSingh91 Differential Revision: D85060996 Pulled By: pedroerp fbshipit-source-id: 255eb7a82bc3d9ffb6c47e2a4c96066b4974823e
…led (facebookincubator#15113) Summary: In apache/gluten#10836, we encountered a Velox compilation issue caused by the changes introduced in facebookincubator#14849. The error occurred because ABSOLUTE_SCRIPTDIR was modified. ``` 2025-10-09T03:42:02.6189401Z ++ realpath scripts 2025-10-09T03:42:02.6207867Z + ABSOLUTE_SCRIPTDIR=/__w/incubator-gluten/incubator-gluten/ep/build-velox/build/velox_ep/deps-download/abseil-cpp/scripts 2025-10-09T03:42:02.6210432Z + VELOX_ARROW_CMAKE_PATCH=/__w/incubator-gluten/incubator-gluten/ep/build-velox/build/velox_ep/deps-download/abseil-cpp/scripts/../CMake/resolve_dependency_modules/arrow/cmake-compatibility.patch 2025-10-09T03:42:02.6212114Z + cd /__w/incubator-gluten/incubator-gluten/ep/build-velox/build/velox_ep/deps-download/arrow 2025-10-09T03:42:02.6213956Z + git apply /__w/incubator-gluten/incubator-gluten/ep/build-velox/build/velox_ep/deps-download/abseil-cpp/scripts/../CMake/resolve_dependency_modules/arrow/cmake-compatibility.patch 2025-10-09T03:42:02.6230732Z error: can't open patch '/__w/incubator-gluten/incubator-gluten/ep/build-velox/build/velox_ep/deps-download/abseil-cpp/scripts/../CMake/resolve_dependency_modules/arrow/cmake-compatibility.patch': No such file or directory 2025-10-09T03:42:02.6235097Z + exit 1 ``` Pull Request resolved: facebookincubator#15113 Reviewed By: bikramSingh91 Differential Revision: D85060996 Pulled By: pedroerp fbshipit-source-id: 255eb7a82bc3d9ffb6c47e2a4c96066b4974823e
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?