Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/velox_be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Velox backend
name: Velox backend

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion cpp/velox/shuffle/VeloxShuffleWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ class VeloxShuffleWriter final : public ShuffleWriter {

// Used by complex types.
// Partition id -> Serialized complex data.
std::vector<std::unique_ptr<facebook::velox::VectorSerializer>> complexTypeData_;
std::vector<std::unique_ptr<facebook::velox::IterativeVectorSerializer>> complexTypeData_;
std::vector<std::shared_ptr<arrow::ResizableBuffer>> complexTypeFlushBuffer_;
std::shared_ptr<const facebook::velox::RowType> complexWriteType_;

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_02_07
VELOX_BRANCH=2024_02_08
VELOX_HOME=""

#Set on run gluten on HDFS
Expand Down