Fokko commented on code in PR #457:
URL: https://github.com/apache/parquet-format/pull/457#discussion_r1824232647


##########
VariantEncoding.md:
##########
@@ -403,11 +404,16 @@ The *Logical Type* column indicates logical equivalence 
of physically encoded ty
 For example, a user expression operating on a string value containing "hello" 
should behave the same, whether it is encoded with the short string 
optimization, or long string encoding.
 Similarly, user expressions operating on an *int8* value of 1 should behave 
the same as a decimal16 with scale 2 and unscaled value 100.
 
-# Field ID order and uniqueness
+# String values must be UTF-8 encoded

Review Comment:
   ```suggestion
   # String values must be UTF-8 encoded
   
   ```



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to