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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
@devdinu the message will stay null for most of the cases.
Failurestatus has two constructors:
public FailureStatus(Exception cause)
and
public FailureStatus(Exception cause, String message)
Mostly I see that we have used the constructor without message. In these cases, message will be null.
I think, we should remove this message logic as we are not populating at all. Cause itself is self descriptive
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Failed to push records to sink FailureStatus{cause=com.google.cloud.bigquery.BigQueryException: www.googleapis.com, message='null'}
We've cases where push failed (which's retriable), but we don't have the logs, which needs to fixed.
The text was updated successfully, but these errors were encountered: