Skip to content

Commit 0d09e42

Browse files
committed
mend
1 parent e064949 commit 0d09e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-python/pyflink/table/tests/test_environment_settings_completeness.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def java_class(cls):
5858
@classmethod
5959
def excluded_methods(cls):
6060
# internal interfaces, no need to expose to users.
61-
# withOperationSerializationContext - needs to be implemented
61+
# withSerializationContext - needs to be implemented
6262
return {'withClassLoader', 'withCatalogStore', 'withSerializationContext'}
6363

6464
if __name__ == '__main__':

0 commit comments

Comments
 (0)