Skip to content

Commit

Permalink
[native] Advance Velox and Fix Gcs naming (#24037)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuyu authored Nov 14, 2024
1 parent 550bb1a commit 5442d1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions presto-native-execution/presto_cpp/main/PrestoServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@
#include "velox/connectors/hive/HiveConnector.h"
#include "velox/connectors/hive/HiveDataSink.h"
#include "velox/connectors/hive/storage_adapters/abfs/RegisterAbfsFileSystem.h"
#ifdef VELOX_ENABLE_FORWARD_COMPATIBILITY
#include "velox/connectors/hive/storage_adapters/gcs/RegisterGcsFileSystem.h"
#else
#include "velox/connectors/hive/storage_adapters/gcs/RegisterGCSFileSystem.h"
#endif
#include "velox/connectors/hive/storage_adapters/hdfs/RegisterHdfsFileSystem.h"
#include "velox/connectors/hive/storage_adapters/s3fs/RegisterS3FileSystem.h"
#include "velox/connectors/tpch/TpchConnector.h"
Expand Down Expand Up @@ -1296,11 +1292,7 @@ void PrestoServer::registerFileSystems() {
velox::filesystems::registerLocalFileSystem();
velox::filesystems::registerS3FileSystem();
velox::filesystems::registerHdfsFileSystem();
#ifdef VELOX_ENABLE_FORWARD_COMPATIBILITY
velox::filesystems::registerGcsFileSystem();
#else
velox::filesystems::registerGCSFileSystem();
#endif
velox::filesystems::abfs::registerAbfsFileSystem();
}

Expand Down
2 changes: 1 addition & 1 deletion presto-native-execution/velox
Submodule velox updated 177 files

0 comments on commit 5442d1b

Please sign in to comment.