[jira] [Created] (PARQUET-1246) Ignore float/double statistics in case of NaN

2018-03-13 Thread Gabor Szadovszky (JIRA)
Gabor Szadovszky created PARQUET-1246: - Summary: Ignore float/double statistics in case of NaN Key: PARQUET-1246 URL: https://issues.apache.org/jira/browse/PARQUET-1246 Project: Parquet

[jira] [Commented] (PARQUET-1245) [C++] Segfault when writing Arrow table with duplicate columns

2018-03-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16397136#comment-16397136 ] ASF GitHub Bot commented on PARQUET-1245: - pitrou commented on a change in pull request #447:

[jira] [Commented] (PARQUET-1245) [C++] Segfault when writing Arrow table with duplicate columns

2018-03-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16397186#comment-16397186 ] ASF GitHub Bot commented on PARQUET-1245: - xhochy commented on a change in pull request #447:

Parquet sync starting now

2018-03-13 Thread Julien Le Dem
https://meet.google.com/jpy-mump-ngc

[jira] [Commented] (PARQUET-323) INT96 should be marked as deprecated

2018-03-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16397196#comment-16397196 ] ASF GitHub Bot commented on PARQUET-323: rdblue commented on issue #86: PARQUET-323: Mark INT96

[jira] [Commented] (PARQUET-1246) Ignore float/double statistics in case of NaN

2018-03-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16397217#comment-16397217 ] ASF GitHub Bot commented on PARQUET-1246: - gszadovszky opened a new pull request #461:

[jira] [Commented] (PARQUET-1143) Update Java for format 2.4.0 changes

2018-03-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16397790#comment-16397790 ] ASF GitHub Bot commented on PARQUET-1143: - scottcarey commented on issue #430: PARQUET-1143:

[jira] [Commented] (PARQUET-968) Add Hive/Presto support in ProtoParquet

2018-03-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16397313#comment-16397313 ] ASF GitHub Bot commented on PARQUET-968: qinghui-xu commented on a change in pull request #411:

[jira] [Updated] (PARQUET-1222) Definition of float and double sort order is ambiguous

2018-03-13 Thread Julien Le Dem (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PARQUET-1222: --- Summary: Definition of float and double sort order is ambiguous (was: Definition of float

[jira] [Commented] (PARQUET-1143) Update Java for format 2.4.0 changes

2018-03-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PARQUET-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16397914#comment-16397914 ] ASF GitHub Bot commented on PARQUET-1143: - rdblue commented on issue #430: PARQUET-1143: Update

Question about my use case.

2018-03-13 Thread ALeX Wang
hi, i know it is may not be the best place to ask but would like to try anyways, as it is quite hard for me to find good example of this online. My usecase: i'd like to generate from streaming data (using Scala) into arrow format in memory mapped file and then have my parquet-cpp program

Re: Question about my use case.

2018-03-13 Thread ALeX Wang
Also could i get a pointer to example that write parquet file from arrow memory buffer directly? The part i'm currently missing is how to derive the repetition level and definition level@@ Thanks, On 13 March 2018 at 17:52, ALeX Wang wrote: > hi, > > i know it is may not