[jira] [Updated] (PARQUET-1322) Statistics is not available for DECIMAL types

2018-11-05 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/PARQUET-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated PARQUET-1322:

Labels: pull-request-available  (was: )

> Statistics is not available for DECIMAL types
> -
>
> Key: PARQUET-1322
> URL: https://issues.apache.org/jira/browse/PARQUET-1322
> Project: Parquet
>  Issue Type: Bug
>Affects Versions: 1.9.0, 1.10.0
>Reporter: Vlad Rozov
>Assignee: Vlad Rozov
>Priority: Minor
>  Labels: pull-request-available
>
> According to parquet format specification columns annotated as DECIMAL should 
> use SIGNED comparator and statistics should be available. The sort order 
> returned by {{org.apache.parquet.format.converter.ParquetMetadataConverter}} 
> for DECIMAL is {{SortOrder.UNKNOWN}} which contradicts the specification and 
> makes statistics for DECIMAL types unavailable.



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


[jira] [Updated] (PARQUET-1322) Statistics is not available for DECIMAL types

2018-06-12 Thread Vlad Rozov (JIRA)


 [ 
https://issues.apache.org/jira/browse/PARQUET-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vlad Rozov updated PARQUET-1322:

Priority: Minor  (was: Critical)

> Statistics is not available for DECIMAL types
> -
>
> Key: PARQUET-1322
> URL: https://issues.apache.org/jira/browse/PARQUET-1322
> Project: Parquet
>  Issue Type: Bug
>Affects Versions: 1.9.0, 1.10.0
>Reporter: Vlad Rozov
>Assignee: Vlad Rozov
>Priority: Minor
>
> According to parquet format specification columns annotated as DECIMAL should 
> use SIGNED comparator and statistics should be available. The sort order 
> returned by {{org.apache.parquet.format.converter.ParquetMetadataConverter}} 
> for DECIMAL is {{SortOrder.UNKNOWN}} which contradicts the specification and 
> makes statistics for DECIMAL types unavailable.



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


[jira] [Updated] (PARQUET-1322) Statistics is not available for DECIMAL types

2018-06-10 Thread Vlad Rozov (JIRA)


 [ 
https://issues.apache.org/jira/browse/PARQUET-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vlad Rozov updated PARQUET-1322:

Affects Version/s: 1.9.0
   1.10.0

> Statistics is not available for DECIMAL types
> -
>
> Key: PARQUET-1322
> URL: https://issues.apache.org/jira/browse/PARQUET-1322
> Project: Parquet
>  Issue Type: Bug
>Affects Versions: 1.9.0, 1.10.0
>Reporter: Vlad Rozov
>Priority: Critical
>
> According to parquet format specification columns annotated as DECIMAL should 
> use SIGNED comparator and statistics should be available. The sort order 
> returned by {{org.apache.parquet.format.converter.ParquetMetadataConverter}} 
> for DECIMAL is {{SortOrder.UNKNOWN}} which contradicts the specification and 
> makes statistics for DECIMAL types unavailable.



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