Skip to content

Commit

Permalink
add annotation back in
Browse files Browse the repository at this point in the history
  • Loading branch information
the-other-tim-brown committed Nov 17, 2023
1 parent 7d64cab commit 2d74312
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
package org.apache.hudi.gcp.bigquery;

import org.apache.hudi.common.util.StringUtils;
import org.apache.hudi.common.util.VisibleForTesting;
import org.apache.hudi.sync.common.HoodieSyncClient;
import org.apache.hudi.sync.common.util.ManifestFileWriter;

Expand Down Expand Up @@ -78,6 +79,7 @@ public HoodieBigQuerySyncClient(final BigQuerySyncConfig config) {
this.createBigQueryConnection();
}

@VisibleForTesting
HoodieBigQuerySyncClient(final BigQuerySyncConfig config, final BigQuery bigquery) {
super(config);
this.config = config;
Expand Down

0 comments on commit 2d74312

Please sign in to comment.