bigquery-emulator icon indicating copy to clipboard operation
bigquery-emulator copied to clipboard

`COMMITTED` write stream don't seem to work.

Open gpoulin opened this issue 1 year ago • 1 comments

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.

gpoulin avatar Nov 22 '23 19:11 gpoulin

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

totem3 avatar Dec 07 '23 01:12 totem3