lukecwik commented on a change in pull request #12921:
URL: https://github.com/apache/beam/pull/12921#discussion_r504122208



##########
File path: model/pipeline/src/main/proto/beam_runner_api.proto
##########
@@ -928,7 +928,13 @@ message StandardCoders {
     //     values.
     //   - For present values the null indicator is followed by the value
     //     encoded with it's corresponding coder.
-    //
+    // 
+    // Well known logical types:
+    //   beam:logical_type:micros_instant:v1
+    //   - Representation type: ROW<seconds: INT64, micros: INT64>
+    //   - A timezone naive timestamp where seconds + micros represents the

Review comment:
       ```suggestion
       //   - A timestamp without a timezone where seconds + micros represents 
the
   ```




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

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


Reply via email to