[GLUTEN-6887][VL] Daily Update Velox Version (2025_11_12)#11071
Merged
zhztheplayer merged 2 commits intoapache:mainfrom Nov 13, 2025
Merged
[GLUTEN-6887][VL] Daily Update Velox Version (2025_11_12)#11071zhztheplayer merged 2 commits intoapache:mainfrom
zhztheplayer merged 2 commits intoapache:mainfrom
Conversation
Upstream Velox's New Commits: 335df8939 by Si Wang, Revert D86372458: feat: InputGenerator Support For Time with Time zone c6474fcd9 by Pratik Pugalia, feat: InputGenerator Support For Time with Time zone (#15416) 04c30e335 by Han Yan, fix: Integer overflow due to deserilaize failure that causes overly large rowsize per page (#15398) c2e2f14de by James Gill, refactor(geo): Move and rename some variables, make some methods private (#15465) 6e773517c by Deepak Majeti, feat: Remove cpr dependency and CMake variable leaks (#14160) de1cf354b by Natasha Sehgal, feat: Add native longest_common_prefix function (#15062) 2302437e4 by Han Yan, feat: Add TIME support to xxHash64 function (#15229) 2e8bb31b5 by duanmeng, refactor: Compare sort flags count against column count instead of row count (#15453) 6f5f2835e by Han Yan, feat: Add support for casting TIME to TimeWithTimezone (#15213) 65b55a313 by Han Yan, feat: Add support for casting TIME to timestampWithTimezone (#15210) 261692efe by Natasha Sehgal, feat: Add native from_base32 functions (#15063) bef78ba7a by Ping Liu, feat: Add support for evaluating Iceberg partition transforms (#15440) 51d4a9481 by Ping Liu, feat: Add Iceberg partition name generation utility (#15443) Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>
Comment on lines
+414
to
+420
| ${VELOX_BUILD_PATH}/velox/experimental/cudf/exec/libvelox_cudf_exec.a) | ||
| import_library( | ||
| facebook::velox::velox_cudf_vector | ||
| ${VELOX_BUILD_PATH}/velox/experimental/cudf/vector/libvelox_cudf_vector.so) | ||
| ${VELOX_BUILD_PATH}/velox/experimental/cudf/vector/libvelox_cudf_vector.a) | ||
| import_library( | ||
| facebook::velox::velox_cudf_hive_connector | ||
| ${VELOX_BUILD_PATH}/velox/experimental/cudf/connectors/hive/libvelox_cudf_hive_connector.so | ||
| ${VELOX_BUILD_PATH}/velox/experimental/cudf/connectors/hive/libvelox_cudf_hive_connector.a |
Member
There was a problem hiding this comment.
zhztheplayer
approved these changes
Nov 13, 2025
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.
Upstream Velox's New Commits:
Related issue: #6887