You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/05/02 16:46:00 UTC

[jira] [Commented] (PARQUET-1827) UUID type currently not supported by parquet-mr

    [ https://issues.apache.org/jira/browse/PARQUET-1827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17098019#comment-17098019 ] 

ASF GitHub Bot commented on PARQUET-1827:
-----------------------------------------

shangxinli commented on a change in pull request #778:
URL: https://github.com/apache/parquet-mr/pull/778#discussion_r418980107



##########
File path: parquet-column/src/main/java/org/apache/parquet/schema/LogicalTypeAnnotation.java
##########
@@ -861,6 +871,36 @@ PrimitiveStringifier valueStringifier(PrimitiveType primitiveType) {
     }
   }
 
+  public static class UUIDLogicalTypeAnnotation extends LogicalTypeAnnotation {

Review comment:
       Why there is no implementation for hasCode() and equal()? 




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> UUID type currently not supported by parquet-mr
> -----------------------------------------------
>
>                 Key: PARQUET-1827
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1827
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-mr
>    Affects Versions: 1.11.0
>            Reporter: Brad Smith
>            Assignee: Gabor Szadovszky
>            Priority: Major
>              Labels: pull-request-available
>
> The parquet-format project introduced a new UUID logical type in version 2.4:
> [https://github.com/apache/parquet-format/blob/master/CHANGES.md]
> This would be a useful type to have available in some circumstances, but it currently isn't supported in the parquet-mr library. Hopefully this feature can be implemented at some point.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)