alamb commented on code in PR #241:
URL: https://github.com/apache/parquet-format/pull/241#discussion_r2894162624


##########
LogicalTypes.md:
##########
@@ -255,6 +255,16 @@ The primitive type is a 2-byte fixed length binary.
 
 The sort order for `FLOAT16` is signed (with special handling of NANs and 
signed zeros); it uses the same 
[logic](https://github.com/apache/parquet-format#sort-order) as `FLOAT` and 
`DOUBLE`.
 
+### FIXED_SIZE_LIST

Review Comment:
   I am not even sure what a "fixed sized list of structs" even means. Would it 
mean that each struct has a known size (so that each element is fixed size 🤔 ). 
How would that work to have a fixed size list of structs where one of the 
structs was a (non fixed size) list 🤔 
   
   In other words, I am not sure the composeability of fixed size list into 
different element types makes a lot of sense



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