This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 249458972 [VL] Daily Update Velox Version (2024_04_23) (#5489)
249458972 is described below
commit 24945897236eb42ad98dc7c1becfe64f220645c3
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Tue Apr 23 15:22:13 2024 +0800
[VL] Daily Update Velox Version (2024_04_23) (#5489)
* [VL] Daily Update Velox Version (2024_04_23)
---
cpp/velox/tests/Substrait2VeloxPlanConversionTest.cc | 4 ++--
ep/build-velox/src/get_velox.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cpp/velox/tests/Substrait2VeloxPlanConversionTest.cc
b/cpp/velox/tests/Substrait2VeloxPlanConversionTest.cc
index 8e4f2ee94..e64331610 100644
--- a/cpp/velox/tests/Substrait2VeloxPlanConversionTest.cc
+++ b/cpp/velox/tests/Substrait2VeloxPlanConversionTest.cc
@@ -56,7 +56,7 @@ class Substrait2VeloxPlanConversionTest : public
exec::test::HiveConnectorTestBa
splits.reserve(paths.size());
for (int i = 0; i < paths.size(); i++) {
- auto path = fmt::format("{}{}", tmpDir_->path, paths[i]);
+ auto path = fmt::format("{}{}", tmpDir_->getPath(), paths[i]);
auto start = starts[i];
auto length = lengths[i];
auto split = facebook::velox::exec::test::HiveConnectorSplitBuilder(path)
@@ -225,7 +225,7 @@ TEST_F(Substrait2VeloxPlanConversionTest, q6) {
vectors.emplace_back(makeFlatVector<std::string>(lCommentData));
// Write data into an DWRF file.
- writeToFile(tmpDir_->path + "/mock_lineitem.dwrf",
{makeRowVector(type->names(), vectors)});
+ writeToFile(tmpDir_->getPath() + "/mock_lineitem.dwrf",
{makeRowVector(type->names(), vectors)});
// Find and deserialize Substrait plan json file.
std::string subPlanPath =
FilePathGenerator::getDataFilePath("q6_first_stage.json");
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 1d4ae1efd..771b9a498 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,7 +17,7 @@
set -exu
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2024_04_21
+VELOX_BRANCH=2024_04_23
VELOX_HOME=""
#Set on run gluten on HDFS
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]