we are using the code provided here to write to BQ storage. It works but we see following message in the logs which looks like an error:
Jul 06, 2022 7:04:40 PM com.google.cloud.bigquery.storage.v1.StreamWriter close
INFO: User closing stream: projects/…
Jul 06, 2022 7:04:40 PM com.google.cloud.bigquery.storage.v1.StreamWriter doneCallback
INFO: Connection finished with error io.grpc.StatusRuntimeException: CANCELLED: Stream is closed by user. for stream projects/…
Jul 06, 2022 7:04:40 PM com.google.cloud.bigquery.storage.v1.StreamWriter close
INFO: User close complete. Stream: projects/…
Can someone explain what is this and how to fix it? thanks.