[FLINK-38416] bugfix correct constructor arg order
What is the purpose of the change
Fix order of arguments in constructor for NestedMapConstraint, Specifically, args for key and value getters are in the wrong order compared to when called by ConstraintEnforcerExecutor
Brief change log
- swap
keyGettersandvalueGetters
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): no
- The public API, i.e., is any changed class annotated with
@Public(Evolving): no - The serializers: yes
- The runtime per-record code paths (performance sensitive): no
- Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
- The S3 file system connector: no
Documentation
- Does this pull request introduce a new feature? no
- If yes, how is the feature documented? not applicable
Thank you for your contribution!
Could you please update your PR to match the contribution guidelines: https://flink.apache.org/how-to-contribute/code-style-and-quality-pull-requests/
In particular:
- Please fix the commit message to contain the Jira ticket.
- Please fill in the PR template
CI report:
- 0d8e7b31699b09a24817dcbd6318aef65e9b4e11 Azure: SUCCESS
Bot commands
The @flinkbot bot supports the following commands:@flinkbot run azurere-run the last Azure build
Thank you for your contribution!
Could you please update your PR to match the contribution guidelines: https://flink.apache.org/how-to-contribute/code-style-and-quality-pull-requests/
In particular:
- Please fix the commit message to contain the Jira ticket.
- Please fill in the PR template
thanks @dawidwys , done