Skip to content

Commit 52e593a

Browse files
committed
Makes cachedSplitResult transient in BigQuerySourceBase
1 parent 2a1627b commit 52e593a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/main/java/com/google/cloud/dataflow/sdk/io/BigQueryIO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ private abstract static class BigQuerySourceBase extends BoundedSource<TableRow>
12111211
protected final BigQueryServices bqServices;
12121212
protected final ValueProvider<String> executingProject;
12131213

1214-
private List<BoundedSource<TableRow>> cachedSplitResult;
1214+
private transient List<BoundedSource<TableRow>> cachedSplitResult;
12151215

12161216
private BigQuerySourceBase(
12171217
String jobIdToken,

0 commit comments

Comments
 (0)