bigquery-emulator
bigquery-emulator copied to clipboard
`COMMITTED` write stream don't seem to work.
I tried to the BigQuery Write Storage API with COMMITTED
stream. While there's no errors when writing data in the stream, the data doesn't seem to be inserted; doing a SELECT * FROM table
returns 0 result. Using the same code, but with PENDING
write stream and adding a call to BatchCommitWriteStreams
works just fine.
Looking at the tests, it seems like the WriteStream API is only tested using PENDING
stream.
Thank you for reporting this issue. While we cannot promise an immediate fix, any additional information you can provide would be incredibly helpful. If possible, please provide a failing test case, or reproducible code or steps. This will greatly assist in our investigation and potential resolution of the issue.
Thank you