[GLUTEN-6887][VL] Daily Update Velox Version (2025_10_23)#10927
Merged
Conversation
Upstream Velox's New Commits: cf403b8b6 by Pramod Satya, fix: Ensure ConstantTypedExpr and variant types are compatible (#15217) a0af47a3a by Pramod Satya, fix: Initialize null variant with UNKNOWN type (#15250) 6ee0dacbd by Karthikeyan Natarajan, fix(cudf): Fix all nulls case for skipping filter (#15231) 28ec24778 by Karthikeyan Natarajan, feat(cudf): Upgrade cudf to 25.10 (#15183) 7df0c837a by Deepak Majeti, refactor: Remove usage of arrow/util/logging.h (#14005) 3f838336c by wutiangan, perf(join): Enable parallel execution for non-null-aware RightSemiProjectJoin (#15034) 9f7f64abd by dependabot[bot], build(ci): Bump astral-sh/setup-uv from 6.8.0 to 7.1.1 (#15222) 85f6bda78 by Ashutosh Gupta, feat: Enhance BaseVector::createConstant to accept Variant of complex type (#14341) 84b50eada by Deepak Majeti, fix(parquet): Handle Parquet reserved keywords when used as the column names (#15228) 6ad19ed24 by duanmeng, refactor: Consolidate fuzzer pools in SortBufferTest (#15220) Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>
This reverts commit 788df7e.
3f73d1a to
ad29135
Compare
Signed-off-by: Yuan <yuanzhou@apache.org>
Signed-off-by: Yuan <yuanzhou@apache.org>
zhouyuan
approved these changes
Oct 23, 2025
| facebook::velox::velox_cudf_hive_connector | ||
| ${VELOX_BUILD_PATH}/velox/experimental/cudf/connectors/hive/libvelox_cudf_hive_connector.a | ||
| ${VELOX_BUILD_PATH}/velox/experimental/cudf/connectors/hive/libvelox_cudf_hive_connector.so | ||
| ) |
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