File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
tensorflow_io/arrow/kernels Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ limitations under the License.
14
14
==============================================================================*/
15
15
16
16
#include " arrow/api.h"
17
- #include " arrow/io/api.h"
18
17
#include " arrow/ipc/api.h"
19
18
#include " arrow/util/io-util.h"
20
19
#include " tensorflow_io/arrow/kernels/arrow_stream_client.h"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ cc_library(
36
36
exclude=[
37
37
"cpp/src/arrow/**/*-test.cc",
38
38
"cpp/src/arrow/**/*benchmark*.cc",
39
- "cpp/src/arrow/**/*hdfs*",
39
+ "cpp/src/arrow/**/*hdfs*.cc ",
40
40
"cpp/src/arrow/util/compression_zstd.*",
41
41
"cpp/src/arrow/util/compression_lz4.*",
42
42
"cpp/src/arrow/util/compression_brotli.*",
You can’t perform that action at this time.
0 commit comments