chamikaramj commented on a change in pull request #17017:
URL: https://github.com/apache/beam/pull/17017#discussion_r821158414



##########
File path: sdks/python/apache_beam/io/jdbc.py
##########
@@ -120,8 +120,8 @@ def default_io_expansion_service(classpath=None):
         ('password', str),
         ('connection_properties', typing.Optional[str]),
         ('connection_init_sqls', typing.Optional[typing.List[str]]),
-        ('write_statement', typing.Optional[str]),
         ('read_query', typing.Optional[str]),
+        ('write_statement', typing.Optional[str]),

Review comment:
       Is this failing a lint test somewhere ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to