Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ihji committed May 13, 2022
1 parent 2fce769 commit 2d36feb
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1046,12 +1046,8 @@ message StandardCoders {
// Nullable types in container types (ArrayType, MapType) per the
// encoding described for general Nullable types below.
//
// Well known logical types:
// beam:logical_type:micros_instant:v1
// - Representation type: ROW<seconds: INT64, micros: INT64>
// - A timestamp without a timezone where seconds + micros represents the
// amount of time since the epoch.
//
// Logical types understood by all SDKs should be defined in schema.proto.
// Example of well known logical types:
// beam:logical_type:schema:v1
// - Representation type: BYTES
// - A Beam Schema stored as a serialized proto.
Expand Down

0 comments on commit 2d36feb

Please sign in to comment.