[jira] [Created] (ARROW-1494) [C++] Document that shared_ptr returned by RecordBatch::column needs to be retained

2017-09-07 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1494: --- Summary: [C++] Document that shared_ptr returned by RecordBatch::column needs to be retained Key: ARROW-1494 URL: https://issues.apache.org/jira/browse/ARROW-1494

[jira] [Created] (ARROW-1493) [C++] Flush the output stream at the end of each PrettyPrint function

2017-09-07 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1493: --- Summary: [C++] Flush the output stream at the end of each PrettyPrint function Key: ARROW-1493 URL: https://issues.apache.org/jira/browse/ARROW-1493 Project: Apache

[jira] [Commented] (ARROW-488) [Python] Implement conversion between integer coded as floating points with NaN to an Arrow integer type

2017-09-07 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16158043#comment-16158043 ] Wes McKinney commented on ARROW-488: This seems like it could simply be a casting option for floating

[jira] [Updated] (ARROW-488) [Python] Implement conversion between integer coded as floating points with NaN to an Arrow integer type

2017-09-07 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-488: --- Labels: Analytics (was: ) > [Python] Implement conversion between integer coded as floating points

[jira] [Updated] (ARROW-1492) [C++] Type casting function kernel suite

2017-09-07 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-1492: Labels: Analytics (was: ) > [C++] Type casting function kernel suite >

[jira] [Updated] (ARROW-1492) [C++] Type casting function kernel suite

2017-09-07 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-1492: Summary: [C++] Type casting function kernel suite (was: [C++] Type casting function suite) >

[jira] [Created] (ARROW-1492) [C++] Type casting function suite

2017-09-07 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1492: --- Summary: [C++] Type casting function suite Key: ARROW-1492 URL: https://issues.apache.org/jira/browse/ARROW-1492 Project: Apache Arrow Issue Type: New Feature

[jira] [Created] (ARROW-1491) [C++] Add casting implementations from strings to numbers or boolean

2017-09-07 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1491: --- Summary: [C++] Add casting implementations from strings to numbers or boolean Key: ARROW-1491 URL: https://issues.apache.org/jira/browse/ARROW-1491 Project: Apache

[jira] [Created] (ARROW-1490) [Java] Allow Travis CI failures for JDK9 for now

2017-09-07 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1490: --- Summary: [Java] Allow Travis CI failures for JDK9 for now Key: ARROW-1490 URL: https://issues.apache.org/jira/browse/ARROW-1490 Project: Apache Arrow Issue

[jira] [Updated] (ARROW-1467) [JAVA]: Fix reset() and allocateNew() in Nullable Value Vectors template

2017-09-07 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-1467: Fix Version/s: 0.7.0 > [JAVA]: Fix reset() and allocateNew() in Nullable Value Vectors template >

[jira] [Created] (ARROW-1489) [C++] Add casting option to set unsafe casts to null rather than some garbage value

2017-09-07 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1489: --- Summary: [C++] Add casting option to set unsafe casts to null rather than some garbage value Key: ARROW-1489 URL: https://issues.apache.org/jira/browse/ARROW-1489

[jira] [Created] (ARROW-1488) [C++] Implement ArrayBuilder::Finish in terms of internal::ArrayData

2017-09-07 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1488: --- Summary: [C++] Implement ArrayBuilder::Finish in terms of internal::ArrayData Key: ARROW-1488 URL: https://issues.apache.org/jira/browse/ARROW-1488 Project: Apache

[jira] [Created] (ARROW-1487) [C++] Implement casts from List to List, where a cast function is defined from any A to B

2017-09-07 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1487: --- Summary: [C++] Implement casts from List to List, where a cast function is defined from any A to B Key: ARROW-1487 URL: https://issues.apache.org/jira/browse/ARROW-1487

[jira] [Created] (ARROW-1486) [C++] Decide if arrow::RecordBatch needs to be copyable

2017-09-07 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1486: --- Summary: [C++] Decide if arrow::RecordBatch needs to be copyable Key: ARROW-1486 URL: https://issues.apache.org/jira/browse/ARROW-1486 Project: Apache Arrow

[jira] [Commented] (ARROW-1481) [C++] Expose type casts as generic callable object that can write into pre-allocated memory

2017-09-07 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16157821#comment-16157821 ] Wes McKinney commented on ARROW-1481: - Part of patch for ARROW-1156:

[jira] [Created] (ARROW-1485) [C++] Implement union-like data type for accommodating kernel arguments which may be scalars or arrays

2017-09-07 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1485: --- Summary: [C++] Implement union-like data type for accommodating kernel arguments which may be scalars or arrays Key: ARROW-1485 URL:

[jira] [Created] (ARROW-1484) [C++] Implement (safe and unsafe) casts between timestamps of different units

2017-09-07 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1484: --- Summary: [C++] Implement (safe and unsafe) casts between timestamps of different units Key: ARROW-1484 URL: https://issues.apache.org/jira/browse/ARROW-1484 Project:

[jira] [Created] (ARROW-1483) [C++] Implement casts between time32 and time64

2017-09-07 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1483: --- Summary: [C++] Implement casts between time32 and time64 Key: ARROW-1483 URL: https://issues.apache.org/jira/browse/ARROW-1483 Project: Apache Arrow Issue

[jira] [Assigned] (ARROW-1481) [C++] Expose type casts as generic callable object that can write into pre-allocated memory

2017-09-07 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-1481: --- Assignee: Wes McKinney > [C++] Expose type casts as generic callable object that can write

[jira] [Updated] (ARROW-1481) [C++] Expose type casts as generic callable object that can write into pre-allocated memory

2017-09-07 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-1481: Fix Version/s: 0.7.0 > [C++] Expose type casts as generic callable object that can write into >

[jira] [Commented] (ARROW-1481) [C++] Expose type casts as generic callable object that can write into pre-allocated memory

2017-09-07 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16157719#comment-16157719 ] Wes McKinney commented on ARROW-1481: - Started working on this > [C++] Expose type casts as generic

[jira] [Updated] (ARROW-473) [C++/Python] Add public API for retrieving block locations for a particular HDFS file

2017-09-07 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-473: --- Fix Version/s: (was: 0.7.0) 0.8.0 > [C++/Python] Add public API for retrieving

[jira] [Created] (ARROW-1481) [C++] Expose type casts as generic callable object that can write into pre-allocated memory

2017-09-07 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1481: --- Summary: [C++] Expose type casts as generic callable object that can write into pre-allocated memory Key: ARROW-1481 URL: https://issues.apache.org/jira/browse/ARROW-1481

[jira] [Resolved] (ARROW-1430) [Python] flake8 warnings are not failing CI builds

2017-09-07 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-1430. - Resolution: Fixed Issue resolved by pull request 1059 [https://github.com/apache/arrow/pull/1059]

[jira] [Assigned] (ARROW-1476) [JAVA] Implement final ValueVector updates

2017-09-07 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA reassigned ARROW-1476: --- Assignee: SIDDHARTH TEOTIA > [JAVA] Implement final ValueVector updates >

[jira] [Resolved] (ARROW-941) [Docs] Improve "cold start" integration testing instructions

2017-09-07 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn resolved ARROW-941. --- Resolution: Fixed Issue resolved by pull request 1061 [https://github.com/apache/arrow/pull/1061] >

[jira] [Assigned] (ARROW-1474) [JAVA] Create Prototype Code Hierarchy (alt B)

2017-09-07 Thread Jacques Nadeau (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Nadeau reassigned ARROW-1474: - Assignee: Jacques Nadeau > [JAVA] Create Prototype Code Hierarchy (alt B) >

[jira] [Commented] (ARROW-1463) [JAVA] Restructure ValueVector hierarchy to minimize compile-time generated code

2017-09-07 Thread Jacques Nadeau (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16157046#comment-16157046 ] Jacques Nadeau commented on ARROW-1463: --- There have been cases where we have found the existence of

[jira] [Commented] (ARROW-1464) [GLib] Documentation for troubleshooting of build errors

2017-09-07 Thread Kouhei Sutou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16157014#comment-16157014 ] Kouhei Sutou commented on ARROW-1464: - Arrow GLib uses README for developers information:

[jira] [Commented] (ARROW-1463) [JAVA] Restructure ValueVector hierarchy to minimize compile-time generated code

2017-09-07 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16156928#comment-16156928 ] Wes McKinney commented on ARROW-1463: - [~gortizja] this is probably a discussion for a whole separate

[jira] [Updated] (ARROW-1282) Large memory reallocation by Arrow causes hang in jemalloc

2017-09-07 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn updated ARROW-1282: --- Fix Version/s: (was: 0.7.0) 0.8.0 > Large memory reallocation by Arrow causes

[jira] [Commented] (ARROW-1282) Large memory reallocation by Arrow causes hang in jemalloc

2017-09-07 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16156732#comment-16156732 ] Uwe L. Korn commented on ARROW-1282: Delayed until 0.8.0, I hope to see the PR merged soon upstream

[jira] [Commented] (ARROW-1463) [JAVA] Restructure ValueVector hierarchy to minimize compile-time generated code

2017-09-07 Thread Gonzalo Ortiz (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16156598#comment-16156598 ] Gonzalo Ortiz commented on ARROW-1463: -- On the one hand, what [~wesmckinn] is right. They could be