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 ccc523a8eb [GLUTEN-6887][VL] Daily Update Velox Version (2024_11_20)
(#7997)
ccc523a8eb is described below
commit ccc523a8ebd886e890427fc1f855c2320d40259f
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Wed Nov 20 21:23:38 2024 +0800
[GLUTEN-6887][VL] Daily Update Velox Version (2024_11_20) (#7997)
Upstream Velox's New Commits:
f5c7e4ace by Abdullah Ozturk, misc: Surface clear parsing error for invalid
prestopage header (11552)
af6609d5d by Jimmy Lu, fix: Unaligned memory access in ByteStream and
PrestoSerializer (11574)
03deeaf88 by Zac Wen, feat: Use Velox fs for ssd cache evictlog file (11579)
7d0b84e89 by Deepak Majeti, refactor: ABFS implementation (11419)
ce679246b by Guilherme Kunigami, feat: Add opaque type support to
PrestoSerializer (11256)
463ebad27 by Yenda Li, refactor: Make compare return int32_t instead of
int64_t (11544)
e598534cb by Kevin Wilfong, docs: Fix invalid PR title in examples of valid
PR titles (11577)
---
cpp/velox/compute/VeloxBackend.cc | 2 +-
cpp/velox/operators/writer/VeloxParquetDataSourceABFS.h | 2 +-
ep/build-velox/src/get_velox.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cpp/velox/compute/VeloxBackend.cc
b/cpp/velox/compute/VeloxBackend.cc
index 0d5e1d41a5..62cc36163d 100644
--- a/cpp/velox/compute/VeloxBackend.cc
+++ b/cpp/velox/compute/VeloxBackend.cc
@@ -145,7 +145,7 @@ void VeloxBackend::init(const
std::unordered_map<std::string, std::string>& conf
velox::filesystems::registerGcsFileSystem();
#endif
#ifdef ENABLE_ABFS
- velox::filesystems::abfs::registerAbfsFileSystem();
+ velox::filesystems::registerAbfsFileSystem();
#endif
initJolFilesystem();
diff --git a/cpp/velox/operators/writer/VeloxParquetDataSourceABFS.h
b/cpp/velox/operators/writer/VeloxParquetDataSourceABFS.h
index 63658cc54e..8a417e1c22 100644
--- a/cpp/velox/operators/writer/VeloxParquetDataSourceABFS.h
+++ b/cpp/velox/operators/writer/VeloxParquetDataSourceABFS.h
@@ -46,7 +46,7 @@ class VeloxParquetDataSourceABFS final : public
VeloxParquetDataSource {
auto hiveConf =
getHiveConfig(std::make_shared<facebook::velox::config::ConfigBase>(
std::unordered_map<std::string, std::string>(sparkConfs)));
auto fileSystem = filesystems::getFileSystem(filePath_, hiveConf);
- auto* abfsFileSystem =
dynamic_cast<filesystems::abfs::AbfsFileSystem*>(fileSystem.get());
+ auto* abfsFileSystem =
dynamic_cast<filesystems::AbfsFileSystem*>(fileSystem.get());
sink_ = std::make_unique<dwio::common::WriteFileSink>(
abfsFileSystem->openFileForWrite(filePath_, {{}, sinkPool_.get()}),
filePath_);
}
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 74d105100b..53615ddccf 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_11_19
+VELOX_BRANCH=2024_11_20
VELOX_HOME=""
OS=`uname -s`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]