[
https://issues.apache.org/jira/browse/PARQUET-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17271247#comment-17271247
]
ASF GitHub Bot commented on PARQUET-675:
----------------------------------------
gszadovszky commented on pull request #165:
URL: https://github.com/apache/parquet-format/pull/165#issuecomment-766730709
@nevi-me, based on the previous PR it will require some time to agree on it.
Starting a discussion in the dev list might also help as a heads up. (I do not
have the required experience on the SQL standard and the different engines to
have an opinion.)
About this PR. We will certainly need an update in LogicalTypes.md as well.
`parquet-format` has the java code generation included with some additional
unit tests so it should be covered automatically. The java code for production
is generation inside `parquet-mr` after the `parquet-format` version reference
is upgraded. Because of that we will need a `parquet-format` release first.
Currently, I am not sure why the checks are failing. It seems to be a travis
issue but I am not sure. You may try a close/re-open on this PR to re-trigger
the travis build.
----------------------------------------------------------------
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:
[email protected]
> Add INTERVAL_YEAR_MONTH and INTERVAL_DAY_TIME types
> ---------------------------------------------------
>
> Key: PARQUET-675
> URL: https://issues.apache.org/jira/browse/PARQUET-675
> Project: Parquet
> Issue Type: Improvement
> Components: parquet-format
> Reporter: Julien Le Dem
> Assignee: Julien Le Dem
> Priority: Major
>
> For completeness and compatibility with Arrow and SQL types.
> Those are related to the existing INTERVAL type.
> some references:
> - https://msdn.microsoft.com/en-us/library/ms716506(v=vs.85).aspx
> -
> http://www.techrepublic.com/article/sql-basics-datetime-and-interval-data-types/
> - https://www.postgresql.org/docs/9.3/static/datatype-datetime.html
> - https://docs.oracle.com/html/E26088_01/sql_elements001.htm
> -
> http://www.ibm.com/support/knowledgecenter/SSGU8G_12.1.0/com.ibm.sqlr.doc/ids_sqr_123.htm
--
This message was sent by Atlassian Jira
(v8.3.4#803005)