Open Ubisoft-potato opened 1 year ago
When I set the WriteStream type to WriteStream_COMMITTED, I noticed that not all of the data was being saved. Upon investigating the following code snippet:
https://github.com/goccy/bigquery-emulator/blob/main/server/storage_handler.go#L507 https://github.com/goccy/bigquery-emulator/blob/main/server/storage_handler.go#L513
It seems that the transaction was not being committed.
When I set the WriteStream type to WriteStream_COMMITTED, I noticed that not all of the data was being saved. Upon investigating the following code snippet:
https://github.com/goccy/bigquery-emulator/blob/main/server/storage_handler.go#L507 https://github.com/goccy/bigquery-emulator/blob/main/server/storage_handler.go#L513
It seems that the transaction was not being committed.