This is an automated email from the ASF dual-hosted git repository.
scwhittle pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 124880bc8ce Fix typo affecting
DataflowPipelineDebugOptions.setStreamingSideInputCacheExpirationMillis (#30195)
124880bc8ce is described below
commit 124880bc8ce22a2ccbbc0efab435f64099ce65df
Author: Arun Pandian <[email protected]>
AuthorDate: Fri Feb 2 00:52:55 2024 -0800
Fix typo affecting
DataflowPipelineDebugOptions.setStreamingSideInputCacheExpirationMillis (#30195)
Co-authored-by: Arun Pandian <[email protected]>
---
.../beam/runners/dataflow/options/DataflowPipelineDebugOptions.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowPipelineDebugOptions.java
b/runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowPipelineDebugOptions.java
index 290418bd1cb..794dd76d243 100644
---
a/runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowPipelineDebugOptions.java
+++
b/runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowPipelineDebugOptions.java
@@ -258,7 +258,7 @@ public interface DataflowPipelineDebugOptions
@Default.Integer(60 * 1000) // 1 minute
Integer getStreamingSideInputCacheExpirationMillis();
- void setstreamingSideInputCacheExpirationMillis(Integer value);
+ void setStreamingSideInputCacheExpirationMillis(Integer value);
/**
* The amount of time before UnboundedReaders are considered idle and closed
during streaming