rok commented on code in PR #603: URL: https://github.com/apache/parquet-format/pull/603#discussion_r3815405923
########## LogicalTypes.md: ########## @@ -639,10 +639,10 @@ are found during reading, they must be ignored. ### FILE -`FILE` annotates a group that represents a reference to a range of bytes, which may -be stored inline in the value, elsewhere within the current file, or in an external file. It -is intended for use cases such as storing file inventories, manifests, and unstructured -data references (e.g., images or audio files stored in object storage). +`FILE` annotates a group that represents a reference to a range of bytes, which may be +stored inline in the value or in an external file. It is intended for use cases such as Review Comment: Nit ```suggestion stored inline or in an external file. It is intended for use cases such as ``` -- 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]
