We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce97e9 commit 30f27a9Copy full SHA for 30f27a9
Framework/Core/src/RootArrowFilesystem.cxx
@@ -91,7 +91,6 @@ std::shared_ptr<VirtualRootFileSystemBase> TFileFileSystem::GetSubFilesystem(arr
91
return std::shared_ptr<VirtualRootFileSystemBase>(new SingleTreeFileSystem(tree));
92
}
93
94
-
95
auto directory = (TDirectoryFile*)mFile->GetObjectChecked(source.path().c_str(), TClass::GetClass<TDirectory>());
96
if (directory) {
97
return std::shared_ptr<VirtualRootFileSystemBase>(new TFileFileSystem(directory, 50 * 1024 * 1024));
@@ -483,7 +482,6 @@ TBufferFileFS::TBufferFileFS(TBufferFile* f)
483
482
484
TTreeFileSystem::~TTreeFileSystem() = default;
485
486
487
arrow::Result<arrow::fs::FileInfo> TBufferFileFS::GetFileInfo(const std::string& path)
488
{
489
arrow::fs::FileInfo result;
0 commit comments