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.
1 parent 665addc commit eeb5f39Copy full SHA for eeb5f39
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