xushiyan commented on code in PR #5854: URL: https://github.com/apache/hudi/pull/5854#discussion_r912316292
########## hudi-gcp/src/main/java/org/apache/hudi/gcp/bigquery/BigQuerySyncTool.java: ########## @@ -106,14 +119,19 @@ private void syncCoWTable(HoodieBigQuerySyncClient bqSyncClient) { LOG.info("Sync table complete for " + snapshotViewName); } + @Override + public void close() { Review Comment: yes. some previous impl before parent class implements auto closeable -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org