tvalentyn commented on code in PR #37345:
URL: https://github.com/apache/beam/pull/37345#discussion_r3336246780


##########
sdks/python/apache_beam/io/gcp/pubsub.py:
##########
@@ -573,6 +573,7 @@ def __init__(self, transform):
     self.id_label = transform.id_label
     self.timestamp_attribute = transform.timestamp_attribute
     self.with_attributes = transform.with_attributes
+    self.with_ordering = True

Review Comment:
   should this be initialized based on the fact whether user attemts to use 
this feature or requests it?



-- 
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