Skip to content

[VL] Test rebase#11712

Closed
zhouyuan wants to merge 0 commit into
apache:mainfrom
zhouyuan:rebase_iceberg
Closed

[VL] Test rebase#11712
zhouyuan wants to merge 0 commit into
apache:mainfrom
zhouyuan:rebase_iceberg

Conversation

@zhouyuan

@zhouyuan zhouyuan commented Mar 6, 2026

Copy link
Copy Markdown
Member

What changes are proposed in this pull request?

How was this patch tested?

Was this patch authored or co-authored using generative AI tooling?

@zhouyuan
zhouyuan force-pushed the rebase_iceberg branch 4 times, most recently from 224b8e9 to 947dc98 Compare March 25, 2026 09:39
@github-actions github-actions Bot added the CORE works for Gluten Core label Mar 25, 2026
@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions github-actions Bot removed the CORE works for Gluten Core label Mar 27, 2026
@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

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.

@github-actions github-actions Bot added the stale stale label Jun 5, 2026
Copilot AI review requested due to automatic review settings June 10, 2026 15:50
@zhouyuan zhouyuan removed the stale stale label Jun 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.sh default VELOX_REPO from IBM/velox to zhouyuan/velox.
  • Changed default VELOX_BRANCH to a custom branch name (dft-2026_06_06-fbthrift).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread ep/build-velox/src/get-velox.sh Outdated
Comment on lines +20 to +21
VELOX_REPO=https://github.com/zhouyuan/velox.git
VELOX_BRANCH=dft-2026_06_06-fbthrift
@zhouyuan
zhouyuan force-pushed the rebase_iceberg branch 2 times, most recently from 406a392 to aa10676 Compare June 10, 2026 18:55
Copilot AI review requested due to automatic review settings June 10, 2026 18:55
@github-actions github-actions Bot added the INFRA label Jun 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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-9 image 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 downstream needs: / 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 thread ep/build-velox/src/get-velox.sh Outdated
Comment on lines +20 to +21
VELOX_REPO=https://github.com/zhouyuan/velox.git
VELOX_BRANCH=dft-2026_06_06-fbthrift
Comment thread dev/vcpkg/vcpkg.json
Comment on lines +27 to +28
"fizz",
"fbthrift",
Copilot AI review requested due to automatic review settings June 10, 2026 20:26

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

Comment thread ep/build-velox/src/get-velox.sh Outdated
Comment on lines +20 to +21
VELOX_REPO=https://github.com/zhouyuan/velox.git
VELOX_BRANCH=dft-2026_06_06-fbthrift
Comment thread dev/vcpkg/vcpkg.json
"name": "folly",
"features": ["zstd", "lz4", "lzma", "snappy"]
},
"fizz",
Comment thread .github/workflows/velox_backend_x86.yml Outdated
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
Copilot AI review requested due to automatic review settings June 26, 2026 09:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

Comment thread cpp/velox/utils/VeloxWriterUtils.h Outdated
Comment on lines 26 to 27
std::unique_ptr<facebook::velox::dwio::common::WriterOptions> makeParquetWriteOption(
const std::unordered_map<std::string, std::string>& sparkConfs);
Copilot AI review requested due to automatic review settings June 26, 2026 09:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

Comment thread cpp/velox/utils/VeloxWriterUtils.h Outdated
namespace gluten {

std::unique_ptr<facebook::velox::parquet::WriterOptions> makeParquetWriteOption(
std::unique_ptr<facebook::velox::dwio::common::WriterOptions> makeParquetWriteOption(
Copilot AI review requested due to automatic review settings June 26, 2026 09:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Comment thread cpp/velox/utils/VeloxWriterUtils.h Outdated
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);
Copilot AI review requested due to automatic review settings July 17, 2026 07:59

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions github-actions Bot removed the BUILD label Jul 17, 2026
Copilot AI review requested due to automatic review settings July 17, 2026 08:59

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions github-actions Bot added the DOCS label Jul 17, 2026
Copilot AI review requested due to automatic review settings July 17, 2026 10:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions github-actions Bot removed the DOCS label Jul 17, 2026
Copilot AI review requested due to automatic review settings July 17, 2026 10:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Copilot AI review requested due to automatic review settings July 17, 2026 14:41
@zhouyuan zhouyuan closed this Jul 17, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants