Skip to content

Commit 4e60378

Browse files
committed
fix build to include json headers, so ipc/api.h can used
1 parent 7ac14e6 commit 4e60378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/arrow.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cc_library(
4040
"cpp/src/arrow/util/compression_zstd.*",
4141
"cpp/src/arrow/util/compression_lz4.*",
4242
"cpp/src/arrow/util/compression_brotli.*",
43-
"cpp/src/arrow/ipc/json*",
43+
"cpp/src/arrow/ipc/json*.cc",
4444
"cpp/src/arrow/ipc/stream-to-file.cc",
4545
"cpp/src/arrow/ipc/file-to-stream.cc",
4646
]) + [

0 commit comments

Comments
 (0)