vineetg3 commented on issue #19891:
URL: https://github.com/apache/beam/issues/19891#issuecomment-1863251273

   Hi @damccorm , the latest version seems to have a comment mentioning that 
the data type is inferred in milliseconds.
   ```
    // Advances the watermark to the specified timestamp.
       message AdvanceWatermark {
         // (Required) The watermark in millisecond to advance to.
         int64 new_watermark = 1;
   
         // (Optional) The output watermark tag for a PCollection. If 
unspecified
         // or with an empty string, this will default to the Main PCollection
         // Output
         string tag = 2;
       }
   ```
   Is this what this issue is expecting?


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