pitrou commented on PR #49771: URL: https://github.com/apache/arrow/pull/49771#issuecomment-4720125462
I'm thinking of another problem: this will detect the IPC file marker for every metadata message, but we actually only want to do that at the start of the stream. `State::INITIAL` would not be enough to detect that, because we go back to `INITIAL` after each successfully decoded message. Perhaps `DecodeMessage` is not the right place for this and this should be done at a higher level in the call tree? -- 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]
