We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af865a commit c6b8c4fCopy full SHA for c6b8c4f
1 file changed
Framework/Core/src/RootArrowFilesystem.cxx
@@ -30,7 +30,6 @@
30
#include <arrow/status.h>
31
#include <fmt/format.h>
32
33
-
34
O2_DECLARE_DYNAMIC_LOG(root_arrow_fs);
35
36
namespace
@@ -764,7 +763,6 @@ arrow::Result<arrow::RecordBatchGenerator> TTreeFileFormat::ScanBatchesAsync(
764
763
return generator;
765
}
766
767
768
arrow::Result<std::shared_ptr<arrow::io::OutputStream>> TTreeFileSystem::OpenOutputStream(
769
const std::string& path,
770
const std::shared_ptr<const arrow::KeyValueMetadata>& metadata)
0 commit comments