yelianevich commented on issue #31085:
URL: https://github.com/apache/beam/issues/31085#issuecomment-2127349579
@je-ik I do not specify any additional flags in the test, so I think it uses
defaults.
I run the same test using `--experiments=use_deprecated_read` and it didn't
change anything.
The test with `--experiments=beam_fn_api` started to produce aggregates.
```
PipelineOptions opts = PipelineOptionsFactory.fromArgs(new
String[]{"--experiments=beam_fn_api"}).create();
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]