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

[FLINK-4504][dataset api]Support user to decide whether the result of an operator is presistent #2675

Closed
wants to merge 2 commits into from

Conversation

shuai-xu
Copy link
Contributor

This pr is based on #2674 , it add an setOptions() interface to the class Operator, so user can calltext.flatMap().setOptions(ConfigConstants.OPERATOR_RESULT_PERSISTENT_TYPE , "DFS") to specify that the result of flaMap() should be put to DFS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants