[jira] [Created] (ARROW-441) [Python] Expose Arrow's file and memory map classes as NativeFile subclasses

2016-12-21 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-441: -- Summary: [Python] Expose Arrow's file and memory map classes as NativeFile subclasses Key: ARROW-441 URL: https://issues.apache.org/jira/browse/ARROW-441 Project: Apache

Re: Documentation hosting

2016-12-21 Thread Julian Hyde
At Calcite we have a simple approach that Arrow could mimic. We keep our documentation under the source tree in .md (GitHub markdown) format and we use Jekyll to generate into the svn repo that backs the Apache web site. Due to the markdown format it’s easy for committers and non-committers to w

Documentation hosting

2016-12-21 Thread Wes McKinney
hi folks, Our lack of organized documentation outside README documents on GitHub is making it harder for people to pick up and use the project. What's the easiest way to set up publishing tools that committers can access, so we can add a /docs page on http://arrow.apache.org/, or links to the spec

[jira] [Resolved] (ARROW-344) Instructions for building with conda

2016-12-21 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-344. Resolution: Won't Fix Assignee: Wes McKinney Since we've moved all the conda packaging to conda

[jira] [Resolved] (ARROW-440) [C++] Support pkg-config

2016-12-21 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn resolved ARROW-440. --- Resolution: Fixed Issue resolved by pull request 250 [https://github.com/apache/arrow/pull/250] > [C++

[jira] [Commented] (ARROW-440) [C++] Support pkg-config

2016-12-21 Thread Kouhei Sutou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15767207#comment-15767207 ] Kouhei Sutou commented on ARROW-440: I created a pull request: https://github.com/apach

[jira] [Created] (ARROW-440) [C++] Support pkg-config

2016-12-21 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-440: -- Summary: [C++] Support pkg-config Key: ARROW-440 URL: https://issues.apache.org/jira/browse/ARROW-440 Project: Apache Arrow Issue Type: New Feature Com

[jira] [Resolved] (ARROW-374) Python: clarify unicode vs. binary in API

2016-12-21 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn resolved ARROW-374. --- Resolution: Fixed Issue resolved by pull request 249 [https://github.com/apache/arrow/pull/249] > Pyth