Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Prism]: Support on_window_expiration #32886

Closed
damondouglas opened this issue Oct 21, 2024 · 1 comment
Closed

[Prism]: Support on_window_expiration #32886

damondouglas opened this issue Oct 21, 2024 · 1 comment

Comments

@damondouglas
Copy link
Contributor

damondouglas commented Oct 21, 2024

What would you like to happen?

Using, --runner=PrismRunner, the Pipeline:

 pipeline
    .apply("readStrings", PubsubIO.readStrings().fromSubscription(options.getInput()))
    .apply("window", Window.into(FixedWindows.of(Duration.standardSeconds(3L))))
    .apply("writeStrings", TextIO.write().to(options.getOutput()).withWindowedWrites());

results in error="prism runner doesn't support the following required features: beam:requirement:pardo:on_window_expiration:v1"

dependencies:

dependencies {
  implementation(platform("org.apache.beam:beam-sdks-java-bom:2.60.0"))
  implementation("org.apache.beam:beam-runners-prism-java")
}

Issue Priority

Priority: 2 (default / most feature requests should be filed as P2)

@damondouglas
Copy link
Contributor Author

Closing due to duplicate #32211

@github-actions github-actions bot added this to the 2.61.0 Release milestone Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant