This is an automated email from the ASF dual-hosted git repository.

philo 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 c7d6ea1aa7 [GLUTEN-10794][VL] Register AzureClientProviderFactory on 
ABFS write (#10795)
c7d6ea1aa7 is described below

commit c7d6ea1aa7fb96e47dbd668f51d4fefe58846990
Author: Yuan <[email protected]>
AuthorDate: Wed Nov 5 09:13:20 2025 +0000

    [GLUTEN-10794][VL] Register AzureClientProviderFactory on ABFS write 
(#10795)
---
 cpp/velox/operators/writer/VeloxParquetDataSourceABFS.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cpp/velox/operators/writer/VeloxParquetDataSourceABFS.h 
b/cpp/velox/operators/writer/VeloxParquetDataSourceABFS.h
index 6dd7027cea..7b8b6d2cab 100644
--- a/cpp/velox/operators/writer/VeloxParquetDataSourceABFS.h
+++ b/cpp/velox/operators/writer/VeloxParquetDataSourceABFS.h
@@ -27,6 +27,7 @@
 #include "compute/VeloxRuntime.h"
 
 #include "velox/common/compression/Compression.h"
+#include "velox/connectors/hive/storage_adapters/abfs/RegisterAbfsFileSystem.h"
 #include "velox/core/QueryConfig.h"
 #include "velox/core/QueryCtx.h"
 #include "velox/dwio/common/Options.h"
@@ -46,6 +47,7 @@ class VeloxParquetDataSourceABFS final : public 
VeloxParquetDataSource {
     auto hiveConf = getHiveConfig(
         
std::make_shared<facebook::velox::config::ConfigBase>(std::unordered_map<std::string,
 std::string>(sparkConfs)),
         FileSystemType::kAbfs);
+    facebook::velox::filesystems::registerAzureClientProvider(*hiveConf);
     auto fileSystem = filesystems::getFileSystem(filePath_, hiveConf);
     auto* abfsFileSystem = 
dynamic_cast<filesystems::AbfsFileSystem*>(fileSystem.get());
     sink_ = std::make_unique<dwio::common::WriteFileSink>(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to