There was an error while loading. Please reload this page.
1 parent 57b574e commit 8e6bbd4Copy full SHA for 8e6bbd4
1 file changed
ingestion/src/main/java/feast/ingestion/transform/WriteToStore.java
@@ -92,8 +92,7 @@ public PDone expand(PCollection<FeatureRow> input) {
92
.withWriteDisposition(WriteDisposition.WRITE_APPEND)
93
.withExtendedErrorInfo()
94
.withMethod(Method.STREAMING_INSERTS)
95
- .withFailedInsertRetryPolicy(InsertRetryPolicy.retryTransientErrors())
96
- .withTimePartitioning(timePartitioning));
+ .withFailedInsertRetryPolicy(InsertRetryPolicy.retryTransientErrors()));
97
98
if (options.getDeadLetterTableSpec() != null) {
99
bigqueryWriteResult
0 commit comments