zzzzwj commented on issue #14748:
URL: https://github.com/apache/arrow/issues/14748#issuecomment-1333405054

   And another question, how to assign "UUID" to the logical type of a column? 
When I setup the schema followed by the [example 
code](https://github.com/apache/arrow/blob/75ae2cca38ea36c521c9b9c2dc30f8e12762d409/cpp/examples/parquet/low_level_api/reader_writer.h#L62),
 there is no choice of "UUID" like value in parquet::ConvertedType.
   ```(C++)
   fields.push_back(
       PrimitiveNode::Make(
           "ActivityId",
           Repetition::REQUIRED,
           Type::FIXED_LEN_BYTE_ARRAY,
           ConvertedType::NONE,              // Is there any other way to 
assign "UUID" to the logical type?
           GUID_LEN
       )
   );
   ```


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

Reply via email to