Skip to content

Commit

Permalink
[VL] Daily Update Velox Version 2024-02-08 (#4674)
Browse files Browse the repository at this point in the history
Rebase velox 2024_02_08
Velox changes:
```
2abff36 (HEAD, upstream/main) Register Hive Connector in JoinFuzzer (#8705)
6d56baf Add ntile() spark window function (#8597)
8f5f153 Remove FieldReference::addNullFast usage (#8699)
0539862 Add stats for null skew in join operator (#8700)
51b239c Always run RIGHT SEMI JOIN single-threaded (#8701)
a9e7cd5 Fix 'Too many open files' error in JoinFuzzer (#8702)
02a4f6c Add new APIs to AddressableNonNullValueList to copy/append a stream of bytes (#8653)
693452a Rename VectorSerializer to IterativeVectorSerializer to distinguish it from BatchVectorSerializer (#8605)
127dc3b Limit array size in reduce Presto function (#8698)
```
  • Loading branch information
GlutenPerfBot authored Feb 8, 2024
1 parent 50e4f93 commit 65f9402
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 65f9402

Please sign in to comment.