Skip to content

Commit

Permalink
Update model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v…
Browse files Browse the repository at this point in the history
…1/schema.proto


fix incorrect documentation of Decimal logical type

Co-authored-by: Brian Hulette <[email protected]>
  • Loading branch information
Abacn and TheNeuralBit authored Sep 29, 2022
1 parent e9df734 commit b75ba4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ message LogicalTypes {

// A URN for Decimal type
// - Representation type: BYTES
// - A decimal number with specified scale and value. Its BYTES
// - A decimal number with variable scale. Its BYTES
// representation consists of an integer (INT32) scale followed by a
// two's complement encoded big integer.
DECIMAL = 3 [(org.apache.beam.model.pipeline.v1.beam_urn) =
Expand Down

0 comments on commit b75ba4b

Please sign in to comment.