2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public class TableDataWriteChannelTest {
60
60
.setMaxBadRecords (10 )
61
61
.build ();
62
62
private static final int MIN_CHUNK_SIZE = 256 * 1024 ;
63
- private static final int DEFAULT_CHUNK_SIZE = 8 * MIN_CHUNK_SIZE ;
63
+ private static final int DEFAULT_CHUNK_SIZE = 60 * MIN_CHUNK_SIZE ;
64
64
private static final int CUSTOM_CHUNK_SIZE = 4 * MIN_CHUNK_SIZE ;
65
65
private static final Random RANDOM = new Random ();
66
66
private static final LoadJobConfiguration JOB_CONFIGURATION =
Original file line number Diff line number Diff line change 63
63
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
64
64
<github .global.server>github</github .global.server>
65
65
<site .installationModule>google-cloud-bigquery-parent</site .installationModule>
66
- <google .core.version>1.91.3 </google .core.version>
66
+ <google .core.version>1.92.0 </google .core.version>
67
67
<google .api-common.version>1.8.1</google .api-common.version>
68
68
<google .common-protos.version>1.17.0</google .common-protos.version>
69
- <gax .version>1.51 .0</gax .version>
69
+ <gax .version>1.52 .0</gax .version>
70
70
<grpc .version>1.25.0</grpc .version>
71
71
<protobuf .version>3.11.1</protobuf .version>
72
72
<junit .version>4.12</junit .version>
98
98
<dependency >
99
99
<groupId >com.google.auth</groupId >
100
100
<artifactId >google-auth-library-oauth2-http</artifactId >
101
- <version >0.18 .0</version >
101
+ <version >0.19 .0</version >
102
102
</dependency >
103
103
<dependency >
104
104
<groupId >org.checkerframework</groupId >
325
325
<jdk >1.7</jdk >
326
326
</activation >
327
327
<properties >
328
- <auto-value-annotations .version>1.6.6 </auto-value-annotations .version>
328
+ <auto-value-annotations .version>1.7 </auto-value-annotations .version>
329
329
<auto-value .version>1.4</auto-value .version>
330
330
</properties >
331
331
</profile >
336
336
<jdk >[1.8,)</jdk >
337
337
</activation >
338
338
<properties >
339
- <auto-value .version>1.6.6 </auto-value .version>
339
+ <auto-value .version>1.7 </auto-value .version>
340
340
<auto-value-annotations .version>${auto-value.version} </auto-value-annotations .version>
341
341
</properties >
342
342
</profile >
0 commit comments