Skip to content

Commit

Permalink
Merge branch 'apache:main' into gayangya/leverage_testGluten
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyangxiaozhu authored Jun 13, 2024
2 parents b59353e + 00fee1d commit ee71035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/velox/shuffle/VeloxShuffleWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class VeloxShuffleWriter : public ShuffleWriter {
public:
facebook::velox::RowVectorPtr getStrippedRowVector(const facebook::velox::RowVector& rv) {
// get new row type
auto rowType = rv.type()->asRow();
auto& rowType = rv.type()->asRow();
auto typeChildren = rowType.children();
typeChildren.erase(typeChildren.begin());
auto newRowType = facebook::velox::ROW(std::move(typeChildren));
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_06_12
VELOX_BRANCH=2024_06_13
VELOX_HOME=""

#Set on run gluten on HDFS
Expand Down

0 comments on commit ee71035

Please sign in to comment.