pitrou commented on code in PR #40807: URL: https://github.com/apache/arrow/pull/40807#discussion_r1551995013
########## cpp/src/arrow/c/bridge.cc: ########## @@ -2041,6 +2041,19 @@ Status ExportStreamNext(const std::shared_ptr<RecordBatchReader>& src, int64_t i } } +Status ExportDeviceStreamNext(const std::shared_ptr<RecordBatchReader>& src, int64_t, Review Comment: If the `int64_t` is not used, just remove it from the signature? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
