We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 665addc + eeb5f39 commit 4fb38a8Copy full SHA for 4fb38a8
kcbq-connector/src/main/java/com/wepay/kafka/connect/bigquery/write/row/AdaptiveBigQueryWriter.java
@@ -137,7 +137,7 @@ && onlyContainsInvalidSchemaErrors(writeResponse.getInsertErrors()) && autoUpdat
137
attemptCount++;
138
if (attemptCount >= RETRY_LIMIT) {
139
throw new BigQueryConnectException(
140
- "Failed to write rows after BQ schema update within "
+ "Failed to write rows after BQ table creation or schema update within "
141
+ RETRY_LIMIT + " attempts for: " + tableId.getBaseTableId());
142
}
143
try {
0 commit comments