[jira] [Created] (ARROW-1462) [GLib] Support time array

2017-09-04 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-1462: --- Summary: [GLib] Support time array Key: ARROW-1462 URL: https://issues.apache.org/jira/browse/ARROW-1462 Project: Apache Arrow Issue Type: New Feature

Re: Arrow 0.7.0 release timeline

2017-09-04 Thread Li Jin
Updates on the integration between C++/JAVA: *Decimal:* Thanks to Phillip Cloud and Bryan Cutler. We have a compatible C++ implementation and Java Json reader for Decimal. The last bit is just to add Decimal in the integration suite. *Union:* There is a open PR that needs someone more experienced

[jira] [Created] (ARROW-1461) [C++] Update LLVM apt repository URL

2017-09-04 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1461: --- Summary: [C++] Update LLVM apt repository URL Key: ARROW-1461 URL: https://issues.apache.org/jira/browse/ARROW-1461 Project: Apache Arrow Issue Type: Bug

Re: Arrow 0.7.0 release timeline

2017-09-04 Thread Wes McKinney
dear all, We've made good progress on the 0.7.0 release. There's still a little over 40 issues left in the release milestone https://issues.apache.org/jira/projects/ARROW/versions/12341141 Any help (especially on investigating bugs) would be appreciated. There are many patches in code review --

[jira] [Created] (ARROW-1460) [C++] Upgrade clang-format used to LLVM 4.0

2017-09-04 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1460: --- Summary: [C++] Upgrade clang-format used to LLVM 4.0 Key: ARROW-1460 URL: https://issues.apache.org/jira/browse/ARROW-1460 Project: Apache Arrow Issue Type: Im

[jira] [Created] (ARROW-1459) [Python] PyArrow fails to load partitioned parquet files with non-primitive types

2017-09-04 Thread Jonas Amrich (JIRA)
Jonas Amrich created ARROW-1459: --- Summary: [Python] PyArrow fails to load partitioned parquet files with non-primitive types Key: ARROW-1459 URL: https://issues.apache.org/jira/browse/ARROW-1459 Project

[jira] [Created] (ARROW-1458) HadoopFileSystem.mkdir: create_parents=False has no effect

2017-09-04 Thread Brecht Machiels (JIRA)
Brecht Machiels created ARROW-1458: -- Summary: HadoopFileSystem.mkdir: create_parents=False has no effect Key: ARROW-1458 URL: https://issues.apache.org/jira/browse/ARROW-1458 Project: Apache Arrow

Re: Apache Arrow at JupyterCon

2017-09-04 Thread Gonzalo Ortiz Jaureguizar
This is a very interesting feature. It's very surprising that there is no ByteBuffer implementation backed on a MappedByteBuffer. As far as I understand, it should be trivial to implement (maybe not to pool) as usually ByteBuf is backed on a ByteBuffer and MappedByteBuffer extends that. But I didn'