From 241443ccfc084e91d2ba159f027f0bc94f939501 Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Mon, 27 May 2024 15:03:27 +0800 Subject: [PATCH] Fix comment --- java/dataset/src/main/cpp/jni_wrapper.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/java/dataset/src/main/cpp/jni_wrapper.cc b/java/dataset/src/main/cpp/jni_wrapper.cc index 987cd5dc1b82e..79efbeb74fc54 100644 --- a/java/dataset/src/main/cpp/jni_wrapper.cc +++ b/java/dataset/src/main/cpp/jni_wrapper.cc @@ -25,11 +25,8 @@ #include "arrow/c/helpers.h" #include "arrow/dataset/api.h" #include "arrow/dataset/file_base.h" -#include "arrow/filesystem/localfs.h" +#include "arrow/filesystem/api.h" #include "arrow/filesystem/path_util.h" -#ifdef ARROW_S3 -#include "arrow/filesystem/s3fs.h" -#endif #include "arrow/engine/substrait/util.h" #include "arrow/engine/substrait/serde.h" #include "arrow/engine/substrait/relation.h"