ahmedabu98 commented on code in PR #38058:
URL: https://github.com/apache/beam/pull/38058#discussion_r3148454441
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/PatchTableSchemaDoFn.java:
##########
@@ -149,6 +152,7 @@ public void processElement(
} while (BackOffUtils.next(Sleeper.DEFAULT, backoff));
if (schemaOutOfDate) {
// This could be due to an out-of-date schema.
+ LOG.info("Schema out of date. Refreshing.");
Review Comment:
Can we log the error too?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]