alvarowolfx commented on PR #421: URL: https://github.com/apache/arrow-go/pull/421#issuecomment-3000972844
> Is there any way we can convince the BigQuery side to instead allow the schema message? I'm also discussing that with the team, but those things take a bit more time. That was my first thought when I found this issue > The Arrow IPC spec states that there _should_ be a schema message as the first message in the stream. By rejecting the schema message, BigQuery is requiring an invalid IPC stream. Good to know that, will use that as more evidence that we might need to fix on the service side. > Also, instead of adding a hardcoded option like this, could you just utilize the `PayloadWriter` interface to implement a payload writer which skips the schema payload while writing out the rest? I tried to go this route, but how to reuse all the internal function to do that, like `writeIPCPayload` function ? * https://github.com/apache/arrow-go/blob/main/arrow/ipc/file_writer.go#L126 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org