You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Nandor Kollar (JIRA)" <ji...@apache.org> on 2018/06/08 14:42:00 UTC

[jira] [Created] (PARQUET-1321) LogicalTypeAnnotation.LogicalTypeAnnotationVisitor#visit methods should have a return value

Nandor Kollar created PARQUET-1321:
--------------------------------------

             Summary: LogicalTypeAnnotation.LogicalTypeAnnotationVisitor#visit methods should have a return value
                 Key: PARQUET-1321
                 URL: https://issues.apache.org/jira/browse/PARQUET-1321
             Project: Parquet
          Issue Type: Improvement
          Components: parquet-mr
            Reporter: Nandor Kollar
            Assignee: Nandor Kollar


LogicalTypeAnnotationVisitor inside LogicalTypeAnnotation is intended to be used by clients who would like to execute custom code which depends on the type of the logical type annotation. However, it is difficult to give back any result from the visitor, since both LogicalTypeAnnotation#accept, and LogicalTypeAnnotationVisitor has void return type.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)