Skip to content

Commit eeb5f39

Browse files
author
Bingqin Zhou
committed
Update error message according to previous change.
1 parent 665addc commit eeb5f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kcbq-connector/src/main/java/com/wepay/kafka/connect/bigquery/write/row/AdaptiveBigQueryWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ && onlyContainsInvalidSchemaErrors(writeResponse.getInsertErrors()) && autoUpdat
137137
attemptCount++;
138138
if (attemptCount >= RETRY_LIMIT) {
139139
throw new BigQueryConnectException(
140-
"Failed to write rows after BQ schema update within "
140+
"Failed to write rows after BQ table creation or schema update within "
141141
+ RETRY_LIMIT + " attempts for: " + tableId.getBaseTableId());
142142
}
143143
try {

0 commit comments

Comments
 (0)