[VL] Test rebase#11712
Closed
zhouyuan wants to merge 0 commit into
Closed
Conversation
zhouyuan
force-pushed
the
rebase_iceberg
branch
4 times, most recently
from
March 25, 2026 09:39
224b8e9 to
947dc98
Compare
|
Run Gluten Clickhouse CI on x86 |
zhouyuan
force-pushed
the
rebase_iceberg
branch
from
March 27, 2026 14:49
947dc98 to
8b7c5bf
Compare
zhouyuan
force-pushed
the
rebase_iceberg
branch
from
March 30, 2026 10:48
b11e9b9 to
bdf26c4
Compare
zhouyuan
force-pushed
the
rebase_iceberg
branch
from
April 20, 2026 16:11
bdf26c4 to
db24436
Compare
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the default Velox source/branch used by the Velox backend dependency fetch script (get-velox.sh). This affects the out-of-the-box build path for the Velox backend in Gluten.
Changes:
- Changed
get-velox.shdefaultVELOX_REPOfromIBM/veloxtozhouyuan/velox. - Changed default
VELOX_BRANCHto a custom branch name (dft-2026_06_06-fbthrift).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+20
to
+21
| VELOX_REPO=https://github.com/zhouyuan/velox.git | ||
| VELOX_BRANCH=dft-2026_06_06-fbthrift |
zhouyuan
force-pushed
the
rebase_iceberg
branch
2 times, most recently
from
June 10, 2026 18:55
406a392 to
aa10676
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
Comments suppressed due to low confidence (1)
.github/workflows/velox_backend_x86.yml:75
- This job is still named/cache-keyed/artifact-labeled as “centos-7”, but it now builds inside the
vcpkg-centos-9image and runs the CentOS 9 build script. That mismatch is likely to confuse consumers and can lead to misleading artifacts and cache reuse across different toolchains. Consider renaming the job + cache keys + artifact names (and updating all downstreamneeds:/ download-artifact references) or keep the CentOS 7 image/script here.
docker run -v $GITHUB_WORKSPACE:/work -w /work apache/gluten:vcpkg-centos-9 bash -c "
set -e
yum install tzdata -y
df -a
cd /work
Comment on lines
+20
to
+21
| VELOX_REPO=https://github.com/zhouyuan/velox.git | ||
| VELOX_BRANCH=dft-2026_06_06-fbthrift |
Comment on lines
+27
to
+28
| "fizz", | ||
| "fbthrift", |
Comment on lines
+20
to
+21
| VELOX_REPO=https://github.com/zhouyuan/velox.git | ||
| VELOX_BRANCH=dft-2026_06_06-fbthrift |
| "name": "folly", | ||
| "features": ["zstd", "lz4", "lzma", "snappy"] | ||
| }, | ||
| "fizz", |
Comment on lines
71
to
81
| @@ -77,7 +77,7 @@ jobs: | |||
| export CCACHE_MAXSIZE=1G | |||
| mkdir -p /work/.ccache | |||
| ccache -sz | |||
| bash dev/ci-velox-buildstatic-centos-7.sh | |||
| bash dev/ci-velox-buildstatic-centos-9.sh | |||
| ccache -s | |||
Comment on lines
26
to
27
| std::unique_ptr<facebook::velox::dwio::common::WriterOptions> makeParquetWriteOption( | ||
| const std::unordered_map<std::string, std::string>& sparkConfs); |
| namespace gluten { | ||
|
|
||
| std::unique_ptr<facebook::velox::parquet::WriterOptions> makeParquetWriteOption( | ||
| std::unique_ptr<facebook::velox::dwio::common::WriterOptions> makeParquetWriteOption( |
Comment on lines
26
to
27
| std::unique_ptr<facebook::velox::dwio::common::WriterOptions> makeParquetWriteOption( | ||
| const std::unordered_map<std::string, std::string>& sparkConfs); |
Comment on lines
881
to
884
| const std::shared_ptr<facebook::velox::dwio::common::WriterOptions> writerOptions = makeParquetWriteOption(writeConfs); | ||
| // Spark's default compression code is snappy. | ||
| const auto& compressionKind = | ||
| writerOptions->compressionKind.value_or(common::CompressionKind::CompressionKind_SNAPPY); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are proposed in this pull request?
How was this patch tested?
Was this patch authored or co-authored using generative AI tooling?