zeroshade commented on PR #421: URL: https://github.com/apache/arrow-go/pull/421#issuecomment-3000920148
Is there any way we can convince the BigQuery side to instead allow the schema message? 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. 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? -- 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