Skip to content

Commit 7ac14e6

Browse files
committed
fix build to include hdfs headers, so io/api.h can used
1 parent d09bba7 commit 7ac14e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tensorflow_io/arrow/kernels/arrow_dataset_ops.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ limitations under the License.
1414
==============================================================================*/
1515

1616
#include "arrow/api.h"
17-
#include "arrow/io/api.h"
1817
#include "arrow/ipc/api.h"
1918
#include "arrow/util/io-util.h"
2019
#include "tensorflow_io/arrow/kernels/arrow_stream_client.h"

third_party/arrow.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cc_library(
3636
exclude=[
3737
"cpp/src/arrow/**/*-test.cc",
3838
"cpp/src/arrow/**/*benchmark*.cc",
39-
"cpp/src/arrow/**/*hdfs*",
39+
"cpp/src/arrow/**/*hdfs*.cc",
4040
"cpp/src/arrow/util/compression_zstd.*",
4141
"cpp/src/arrow/util/compression_lz4.*",
4242
"cpp/src/arrow/util/compression_brotli.*",

0 commit comments

Comments
 (0)