Skip to content

Commit

Permalink
[FLINK-24199][python] Expose StreamExecutionEnvironment#configure in …
Browse files Browse the repository at this point in the history
…Python API
  • Loading branch information
SteNicholas committed Sep 9, 2021
1 parent 169c8d3 commit ad1499f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,8 @@ def configure(self, configuration: Configuration):
untouched.
:param configuration: a configuration to read the values from.
.. versionadded:: 1.15.0
"""
self._j_stream_execution_environment.configure(configuration._j_configuration,
get_gateway().jvm.Thread.currentThread()
Expand Down

0 comments on commit ad1499f

Please sign in to comment.