You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing an integration test using a pending stream, appending some data, then finalizing and committing the streams. All works well until the the commit is sent, which crashes the emulator:
Upon further investigation this seems to happen when the schema is created using different capitalization than the data -- for example, some fields called createdAt, then later the data is inserted using createdat ... this works in BQ because the columns are case insensitive, but this crashes the emulator.
What happened?
Writing an integration test using a pending stream, appending some data, then finalizing and committing the streams. All works well until the the commit is sent, which crashes the emulator:
What did you expect to happen?
The commit not to enter a panic error
How can we reproduce it (as minimally and precisely as possible)?
Still working on this -- not sure which part could be causing it as there is very little information to go on.
Anything else we need to know?
Using the latest docker image, testing using testcontainers
The text was updated successfully, but these errors were encountered: