Zouxxyy opened a new pull request, #11292:
URL: https://github.com/apache/incubator-gluten/pull/11292

   <!--
   Thank you for submitting a pull request! Here are some tips:
   
   1. For first-time contributors, please read our contributing guide:
      https://github.com/apache/incubator-gluten/blob/main/CONTRIBUTING.md
   2. If necessary, create a GitHub issue for discussion beforehand to avoid 
duplicate work.
   3. If the PR is specific to a single backend, include [VL] or [CH] in the PR 
title to indicate the
      Velox or ClickHouse backend, respectively.
   4. If the PR is not ready for review, please mark it as a draft.
   -->
   
   ## What changes are proposed in this pull request?
   
   <!--
   Provide a clear and concise description of the changes introduced in this PR.
   Ensure the PR description aligns with the code changes, especially after 
updates.
   If applicable, include "Fixes #<GitHub_Issue_ID>" to automatically close the 
corresponding issue
   when the PR is merged.
   -->
   
   Not all Components come from a specific compilation branch—some may 
originate from just a JAR dependency. For example, for PaimonComponent, we 
might only need to know the version of the Paimon library it includes. In the 
future, we may add `paimon_version=xxx`
   
   Currently, under the changes in this PR, before
   ```
   Gluten components:
   ==============================================================
   Components: Velox, VeloxPaimon, VeloxIceberg
   Component Velox Branch: imb/velox_20251129
   Component Velox Revision: 77c239c7e9b17df7f998e5022b0b005e2b35a08b
   Component Velox Revision Time: 2025-11-29 11:39:25 +0800
   Component VeloxPaimon Branch: N/A
   Component VeloxPaimon Revision: N/A
   Component VeloxPaimon Revision Time: N/A
   Component VeloxIceberg Branch: N/A
   Component VeloxIceberg Revision: N/A
   Component VeloxIceberg Revision Time: N/A
   ==============================================================
   ```
   
   after
   ```
   Gluten components:
   ==============================================================
   Component velox
     velox_branch = imb/velox_20251129
     velox_revision = 77c239c7e9b17df7f998e5022b0b005e2b35a08b
     velox_revisionTime = 2025-11-29 11:39:25 +0800
   Component velox-paimon
   Component velox-iceberg
   ==============================================================
   ```
   
   ## How was this patch tested?
   
   <!--
   Describe how the changes were tested, if applicable.
   Include new tests to validate the functionality, if necessary.
   For UI-related changes, attach screenshots to demonstrate the updates.
   -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to