[BEAM-659] Cherry-pick #2985, WindowFn error message improvement, to release-2.0.0#3038
[BEAM-659] Cherry-pick #2985, WindowFn error message improvement, to release-2.0.0#3038kennknowles wants to merge 1 commit intoapache:release-2.0.0from
Conversation
|
run flink validatesrunner |
|
(just checking that there is no neglected |
|
Even though precommit ran out of time in the Dataflow examples, the examples because with only 2 minutes left on the clock. I don't think this was caused by that, but by overall build time growth. I have also confirmed that there is not even a compile time incompatibility here, so a runtime incompatibility is extremely unlikely. I'll note that the Flink ValidatesRunner passed for simple coverage, then I'll rebase and kick precommit and |
3ab5dfc to
5a49d10
Compare
|
run dataflow validatesrunner |
|
I think that unfortunately the impact of this is not sufficient to make a backwards incompatible change right now. We'll do it in a compatible way. |
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
[BEAM-<Jira issue #>] Description of pull requestmvn clean verify.<Jira issue #>in the title with the actual Jira issuenumber, if there is one.
Individual Contributor License Agreement.
This cherry-picks #2985 which adjusts the API for
WindowFnto allow providing a meaningful error message to users.