Skip to content

Commit

Permalink
[GLUTEN-6887][VL] Daily Update Velox Version (2024_09_27) (apache#7370)
Browse files Browse the repository at this point in the history
* [GLUTEN-6887][VL] Daily Update Velox Version (2024_09_27)

Signed-off-by: glutenperfbot <[email protected]>

* fix tablewrite with new param

changes are from:
facebookincubator/velox#11087

Signed-off-by: Yuan Zhou <[email protected]>

---------

Signed-off-by: glutenperfbot <[email protected]>
Signed-off-by: Yuan Zhou <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Yuan Zhou <[email protected]>
  • Loading branch information
3 people authored Sep 27, 2024
1 parent 028af4b commit 5790c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cpp/velox/substrait/SubstraitToVeloxPlan.cc
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ core::PlanNodePtr SubstraitToVeloxPlanConverter::toVeloxPlan(const ::substrait::
dwio::common::FileFormat::PARQUET, // Currently only support parquet format.
compressionCodec)),
(!partitionedKey.empty()),
false, /*hasBucketProperty_*/
exec::TableWriteTraits::outputType(nullptr),
connector::CommitStrategy::kNoCommit,
childNode);
Expand Down
2 changes: 1 addition & 1 deletion ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -exu

VELOX_REPO=https://github.com/oap-project/velox.git
VELOX_BRANCH=2024_09_26
VELOX_BRANCH=2024_09_27
VELOX_HOME=""

OS=`uname -s`
Expand Down

0 comments on commit 5790c30

Please sign in to comment.