[jira] [Resolved] (PARQUET-936) [C++] parquet::arrow::WriteTable can enter infinite loop if chunk_size is 0

2017-05-03 Thread Wes McKinney (JIRA)

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

Wes McKinney resolved PARQUET-936.
--
Resolution: Fixed

Issue resolved by pull request 316
[https://github.com/apache/parquet-cpp/pull/316]

> [C++] parquet::arrow::WriteTable can enter infinite loop if chunk_size is 0
> ---
>
> Key: PARQUET-936
> URL: https://issues.apache.org/jira/browse/PARQUET-936
> Project: Parquet
>  Issue Type: Bug
>  Components: parquet-cpp
>Reporter: Wes McKinney
>Assignee: Xianjin YE
> Fix For: cpp-1.1.0
>
>
> See also ARROW-723



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (PARQUET-973) Corrupt statistics test should include int96

2017-05-03 Thread Julien Le Dem (JIRA)
Julien Le Dem created PARQUET-973:
-

 Summary: Corrupt statistics test should include int96
 Key: PARQUET-973
 URL: https://issues.apache.org/jira/browse/PARQUET-973
 Project: Parquet
  Issue Type: Bug
  Components: parquet-mr
Reporter: Julien Le Dem


int96 are treated as byte arrays internally and were affected by the same bug.

https://github.com/apache/parquet-mr/blob/master/parquet-column/src/main/java/org/apache/parquet/CorruptStatistics.java#L56



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (PARQUET-973) Corrupt statistics test should include int96

2017-05-03 Thread Julien Le Dem (JIRA)

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

Julien Le Dem updated PARQUET-973:
--
Description: 
int96 are treated as byte arrays internally and were affected by the same bug.

https://github.com/apache/parquet-mr/blob/70f28810a5547219e18ffc3465f519c454fee6e5/parquet-column/src/main/java/org/apache/parquet/CorruptStatistics.java#L56

  was:
int96 are treated as byte arrays internally and were affected by the same bug.

https://github.com/apache/parquet-mr/blob/master/parquet-column/src/main/java/org/apache/parquet/CorruptStatistics.java#L56


> Corrupt statistics test should include int96
> 
>
> Key: PARQUET-973
> URL: https://issues.apache.org/jira/browse/PARQUET-973
> Project: Parquet
>  Issue Type: Bug
>  Components: parquet-mr
>Reporter: Julien Le Dem
>
> int96 are treated as byte arrays internally and were affected by the same bug.
> https://github.com/apache/parquet-mr/blob/70f28810a5547219e18ffc3465f519c454fee6e5/parquet-column/src/main/java/org/apache/parquet/CorruptStatistics.java#L56



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (PARQUET-929) [C++] Handle arrow::DictionaryArray when writing Arrow data

2017-05-03 Thread Uwe L. Korn (JIRA)

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

Uwe L. Korn updated PARQUET-929:

Fix Version/s: (was: cpp-1.1.0)
   cpp-1.2.0

> [C++] Handle arrow::DictionaryArray when writing Arrow data
> ---
>
> Key: PARQUET-929
> URL: https://issues.apache.org/jira/browse/PARQUET-929
> Project: Parquet
>  Issue Type: New Feature
>  Components: parquet-cpp
>Reporter: Wes McKinney
> Fix For: cpp-1.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (PARQUET-971) Parquet file can not be read properly when it starts with an underscore

2017-05-03 Thread Jurgis Pods (JIRA)
Jurgis Pods created PARQUET-971:
---

 Summary: Parquet file can not be read properly when it starts with 
an underscore
 Key: PARQUET-971
 URL: https://issues.apache.org/jira/browse/PARQUET-971
 Project: Parquet
  Issue Type: Bug
Affects Versions: 1.8.0, 1.7.0, 1.6.0, 1.5.0, 1.9.0
 Environment: Cloudera CDH 5.10.1 (parquet-tools-1.5.0-cdh5.10.1.jar)
Mac OS Sierra 10.12.4 (parquet-tools-1.9.0.jar)
Reporter: Jurgis Pods
Priority: Minor


When a Parquet file starts with an underscore,
- parquet-tools head  fails
- Hive/Impala will show any data in external tables

If the underscore is deleted, everything works as expected. I don't know if 
this is expected behaviour - but if so, it should probably be documented.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (PARQUET-971) Parquet file can not be read properly when it starts with an underscore

2017-05-03 Thread Jurgis Pods (JIRA)

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

Jurgis Pods updated PARQUET-971:

Description: 
When a Parquet file starts with an underscore,
- parquet-tools head  fails
- Hive/Impala will not show any data in external tables

If the underscore is deleted, everything works as expected. I don't know if 
this is expected behaviour - but if so, it should probably be documented.

  was:
When a Parquet file starts with an underscore,
- parquet-tools head  fails
- Hive/Impala will show any data in external tables

If the underscore is deleted, everything works as expected. I don't know if 
this is expected behaviour - but if so, it should probably be documented.


> Parquet file can not be read properly when it starts with an underscore
> ---
>
> Key: PARQUET-971
> URL: https://issues.apache.org/jira/browse/PARQUET-971
> Project: Parquet
>  Issue Type: Bug
>Affects Versions: 1.5.0, 1.6.0, 1.7.0, 1.8.0, 1.9.0
> Environment: Cloudera CDH 5.10.1 (parquet-tools-1.5.0-cdh5.10.1.jar)
> Mac OS Sierra 10.12.4 (parquet-tools-1.9.0.jar)
>Reporter: Jurgis Pods
>Priority: Minor
>
> When a Parquet file starts with an underscore,
> - parquet-tools head  fails
> - Hive/Impala will not show any data in external tables
> If the underscore is deleted, everything works as expected. I don't know if 
> this is expected behaviour - but if so, it should probably be documented.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)