From b75ba4bf2be864384dac00b32c99148d67eea0e5 Mon Sep 17 00:00:00 2001 From: Yi Hu Date: Thu, 29 Sep 2022 19:55:15 -0400 Subject: [PATCH] Update model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/schema.proto fix incorrect documentation of Decimal logical type Co-authored-by: Brian Hulette --- .../main/proto/org/apache/beam/model/pipeline/v1/schema.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/schema.proto b/model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/schema.proto index 76a73e0696b9..fa626bc747f0 100644 --- a/model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/schema.proto +++ b/model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/schema.proto @@ -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) =