Skip to content

Commit 9fd39b8

Browse files
committed
Fix osx build
1 parent 620ea81 commit 9fd39b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/sparrow_ipc/deserialize.hpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "sparrow_ipc/encapsulated_message.hpp"
1111
#include "SparseTensor_generated.h"
1212

13-
1413
namespace sparrow_ipc
1514
{
1615
SPARROW_IPC_API void deserialize_schema_message(
@@ -19,8 +18,8 @@ namespace sparrow_ipc
1918
std::optional<std::string>& name,
2019
std::optional<std::vector<sparrow::metadata_pair>>& metadata
2120
);
22-
SPARROW_IPC_API [[nodiscard]] const org::apache::arrow::flatbuf::RecordBatch*
21+
[[nodiscard]] SPARROW_IPC_API const org::apache::arrow::flatbuf::RecordBatch*
2322
deserialize_record_batch_message(const uint8_t* buf_ptr, size_t& current_offset);
2423

25-
SPARROW_IPC_API [[nodiscard]] std::vector<sparrow::record_batch> deserialize_stream(const uint8_t* buf_ptr);
24+
[[nodiscard]] SPARROW_IPC_API std::vector<sparrow::record_batch> deserialize_stream(const uint8_t* buf_ptr);
2625
}

0 commit comments

Comments
 (0)