[jira] [Commented] (ARROW-3954) [Rust] Add Slice to Array and ArrayData

2019-01-27 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16753750#comment-16753750 ] Neville Dipale commented on ARROW-3954: --- I need this for some work that I'm doing creating a Rust

[jira] [Assigned] (ARROW-4854) [Rust] Use Array Slice for limit kernel

2019-03-20 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-4854: - Assignee: Neville Dipale > [Rust] Use Array Slice for limit kernel >

[jira] [Updated] (ARROW-4854) [Rust] Use Array Slice for limit kernel

2019-03-20 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4854: -- Fix Version/s: 0.13.0 > [Rust] Use Array Slice for limit kernel >

[jira] [Commented] (ARROW-4605) [Rust] Move filter and limit code from DataFusion into compute module

2019-02-18 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771558#comment-16771558 ] Neville Dipale commented on ARROW-4605: --- Hi [~ntrinquier], for filter, you might consider  fn

[jira] [Assigned] (ARROW-4556) [Rust] Preserve order of JSON inferred schema

2019-02-18 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-4556: - Assignee: Neville Dipale > [Rust] Preserve order of JSON inferred schema >

[jira] [Commented] (ARROW-4670) [Rust] compute::sum performance issue

2019-02-24 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16776333#comment-16776333 ] Neville Dipale commented on ARROW-4670: --- Here's the change: [https://www.diffchecker.com/w74uLDv3]

[jira] [Commented] (ARROW-4670) [Rust] compute::sum performance issue

2019-02-24 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16776324#comment-16776324 ] Neville Dipale commented on ARROW-4670: --- Hi [~andygrove] one cause might be the null checks. I 

[jira] [Assigned] (ARROW-4680) [CI] [Rust] Travis CI builds fail with latest Rust 1.34.0-nightly (2019-02-25)

2019-02-25 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-4680: - Assignee: Chao Sun (was: Neville Dipale) > [CI] [Rust] Travis CI builds fail with

[jira] [Comment Edited] (ARROW-4678) [Rust] Minimize unstable feature usage

2019-02-25 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16777573#comment-16777573 ] Neville Dipale edited comment on ARROW-4678 at 2/26/19 5:10 AM: I'm the

[jira] [Updated] (ARROW-4680) [CI] [Rust] Travis CI builds fail with latest Rust 1.34.0-nightly (2019-02-25)

2019-02-25 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4680: -- Description: There's an unstable feature that's now marked for stabilisation in 1.34, and as

[jira] [Assigned] (ARROW-4680) [CI] [Rust] Travis CI builds fail with latest Rust 1.34.0-nightly (2019-02-25)

2019-02-25 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-4680: - Assignee: Neville Dipale > [CI] [Rust] Travis CI builds fail with latest Rust

[jira] [Updated] (ARROW-4680) [CI] [Rust] Travis CI builds fail with latest Rust 1.34.0-nightly (2019-02-25)

2019-02-25 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4680: -- Fix Version/s: 0.13.0 > [CI] [Rust] Travis CI builds fail with latest Rust 1.34.0-nightly

[jira] [Created] (ARROW-4680) [CI] [Rust] Travis CI builds fail with latest Rust 1.34.0-nightly (2019-02-25)

2019-02-25 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4680: - Summary: [CI] [Rust] Travis CI builds fail with latest Rust 1.34.0-nightly (2019-02-25) Key: ARROW-4680 URL: https://issues.apache.org/jira/browse/ARROW-4680

[jira] [Commented] (ARROW-4678) [Rust] Minimize unstable feature usage

2019-02-25 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16777573#comment-16777573 ] Neville Dipale commented on ARROW-4678: --- I'm the one who added box_syntax and box_patterns. If

[jira] [Assigned] (ARROW-4727) [Rust] Implement ability to check if two schemas are the same

2019-03-02 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-4727: - Assignee: Neville Dipale > [Rust] Implement ability to check if two schemas are the

[jira] [Assigned] (ARROW-4749) [Rust] RecordBatch::new() should return result instead of panicking

2019-03-03 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-4749: - Assignee: Neville Dipale > [Rust] RecordBatch::new() should return result instead of

[jira] [Assigned] (ARROW-4386) [Rust] Implement Date and Time Arrays

2019-02-21 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-4386: - Assignee: Neville Dipale > [Rust] Implement Date and Time Arrays >

[jira] [Assigned] (ARROW-4769) [Rust] Improve array limit function where max records > len

2019-03-04 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-4769: - Assignee: Neville Dipale > [Rust] Improve array limit function where max records > len

[jira] [Created] (ARROW-4769) [Rust] Improve array limit function where max records > len

2019-03-04 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4769: - Summary: [Rust] Improve array limit function where max records > len Key: ARROW-4769 URL: https://issues.apache.org/jira/browse/ARROW-4769 Project: Apache Arrow

[jira] [Commented] (ARROW-4656) [Rust] Implement CSV Writer

2019-02-22 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16775247#comment-16775247 ] Neville Dipale commented on ARROW-4656: --- No worries, are you planning on working on a CSV reader?

[jira] [Resolved] (ARROW-2523) [Rust] Implement CAST operations for arrays

2019-03-04 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale resolved ARROW-2523. --- Resolution: Implemented The work on [ARROW-3882] covers this > [Rust] Implement CAST

[jira] [Assigned] (ARROW-3882) [Rust] PrimitiveArray should support cast operations

2019-03-04 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-3882: - Assignee: Neville Dipale (was: Andy Grove) > [Rust] PrimitiveArray should support cast

[jira] [Commented] (ARROW-2431) [Rust] Schema fidelity

2019-03-04 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16783724#comment-16783724 ] Neville Dipale commented on ARROW-2431: --- [~andygrove] is this still relevant? > [Rust] Schema

[jira] [Closed] (ARROW-4606) [Rust] [DataFusion] FilterRelation created RecordBatch with empty schema

2019-03-03 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale closed ARROW-4606. - Resolution: Duplicate > [Rust] [DataFusion] FilterRelation created RecordBatch with empty schema

[jira] [Updated] (ARROW-4386) [Rust] Implement Date and Time Arrays

2019-02-20 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4386: -- Fix Version/s: 0.13.0 > [Rust] Implement Date and Time Arrays >

[jira] [Commented] (ARROW-4656) [Rust] Implement CSV Writer

2019-02-21 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774769#comment-16774769 ] Neville Dipale commented on ARROW-4656: --- Hi [~paddyhoran], I think this is a duplicate of

[jira] [Updated] (ARROW-4865) [Rust] Support casting lists and primitives to lists

2019-03-14 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4865: -- Fix Version/s: 0.13.0 > [Rust] Support casting lists and primitives to lists >

[jira] [Updated] (ARROW-4806) [Rust] Support casting temporal arrays in cast kernels

2019-03-14 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4806: -- Fix Version/s: 0.13.0 > [Rust] Support casting temporal arrays in cast kernels >

[jira] [Assigned] (ARROW-4865) [Rust] Support casting lists and primitives to lists

2019-03-14 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-4865: - Assignee: Neville Dipale > [Rust] Support casting lists and primitives to lists >

[jira] [Created] (ARROW-4865) [Rust] Support casting lists and primitives to lists

2019-03-14 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4865: - Summary: [Rust] Support casting lists and primitives to lists Key: ARROW-4865 URL: https://issues.apache.org/jira/browse/ARROW-4865 Project: Apache Arrow

[jira] [Created] (ARROW-4854) [Rust] Use Array Slice for limit kernel

2019-03-13 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4854: - Summary: [Rust] Use Array Slice for limit kernel Key: ARROW-4854 URL: https://issues.apache.org/jira/browse/ARROW-4854 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-4853) [Rust] Array slice doesn't work on ListArray and StructArray

2019-03-13 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4853: - Summary: [Rust] Array slice doesn't work on ListArray and StructArray Key: ARROW-4853 URL: https://issues.apache.org/jira/browse/ARROW-4853 Project: Apache Arrow

[jira] [Updated] (ARROW-4534) [Rust] Build JSON reader for reading record batches from line-delimited JSON files

2019-03-13 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4534: -- Fix Version/s: 0.14.0 > [Rust] Build JSON reader for reading record batches from

[jira] [Commented] (ARROW-4854) [Rust] Use Array Slice for limit kernel

2019-03-13 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16792047#comment-16792047 ] Neville Dipale commented on ARROW-4854: --- Note to whomever implements this, it's better to not

[jira] [Comment Edited] (ARROW-4854) [Rust] Use Array Slice for limit kernel

2019-03-13 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16792047#comment-16792047 ] Neville Dipale edited comment on ARROW-4854 at 3/13/19 7:31 PM: Note to

[jira] [Created] (ARROW-4968) [Rust] StructArray builder and From<> methods should check that field types match schema

2019-03-19 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4968: - Summary: [Rust] StructArray builder and From<> methods should check that field types match schema Key: ARROW-4968 URL: https://issues.apache.org/jira/browse/ARROW-4968

[jira] [Assigned] (ARROW-4886) [Rust] Inconsistent behaviour with casting sliced primitive array to list array

2019-03-19 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-4886: - Assignee: Neville Dipale > [Rust] Inconsistent behaviour with casting sliced primitive

[jira] [Updated] (ARROW-4886) [Rust] Inconsistent behaviour with casting sliced primitive array to list array

2019-03-19 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4886: -- Fix Version/s: 0.13.0 > [Rust] Inconsistent behaviour with casting sliced primitive array to

[jira] [Updated] (ARROW-4968) [Rust] StructArray builder and From<> methods should check that field types match schema

2019-03-20 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4968: -- Issue Type: Improvement (was: Bug) > [Rust] StructArray builder and From<> methods should

[jira] [Commented] (ARROW-4596) [Rust] [DataFusion] Implement COUNT aggregate function

2019-03-20 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16797381#comment-16797381 ] Neville Dipale commented on ARROW-4596: --- Hi [~LukeMathWalker], Arrow developers will be releasing

[jira] [Updated] (ARROW-4806) [Rust] Support casting temporal arrays in cast kernels

2019-03-20 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4806: -- Fix Version/s: (was: 0.13.0) 0.14.0 > [Rust] Support casting temporal

[jira] [Commented] (ARROW-4914) [Rust] Array slice returns incorrect bitmask

2019-03-19 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16795756#comment-16795756 ] Neville Dipale commented on ARROW-4914: --- Hi [~csun], in the unit test: 

[jira] [Commented] (ARROW-4914) [Rust] Array slice returns incorrect bitmask

2019-03-19 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16795763#comment-16795763 ] Neville Dipale commented on ARROW-4914: --- Here's a repro for both this and ARROW-4853 : 

[jira] [Commented] (ARROW-4853) [Rust] Array slice doesn't work on ListArray and StructArray

2019-03-19 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16795764#comment-16795764 ] Neville Dipale commented on ARROW-4853: ---

[jira] [Commented] (ARROW-4853) [Rust] Array slice doesn't work on ListArray and StructArray

2019-03-18 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16795712#comment-16795712 ] Neville Dipale commented on ARROW-4853: --- Hi [~csun], I'll provide cases to reproduce both issues in

[jira] [Commented] (ARROW-4806) [Rust] Support casting temporal arrays in cast kernels

2019-03-14 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16793286#comment-16793286 ] Neville Dipale commented on ARROW-4806: --- I'll submit a PR for this after ARROW-4865 so I don't

[jira] [Assigned] (ARROW-4806) [Rust] Support casting temporal arrays in cast kernels

2019-03-14 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-4806: - Assignee: Neville Dipale > [Rust] Support casting temporal arrays in cast kernels >

[jira] [Created] (ARROW-4886) [Rust] Inconsistent behaviour with casting sliced primitive array to list array

2019-03-14 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4886: - Summary: [Rust] Inconsistent behaviour with casting sliced primitive array to list array Key: ARROW-4886 URL: https://issues.apache.org/jira/browse/ARROW-4886

[jira] [Commented] (ARROW-4886) [Rust] Inconsistent behaviour with casting sliced primitive array to list array

2019-03-14 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16793284#comment-16793284 ] Neville Dipale commented on ARROW-4886: --- We can work on it after ARROW-4853 > [Rust] Inconsistent

[jira] [Commented] (ARROW-4886) [Rust] Inconsistent behaviour with casting sliced primitive array to list array

2019-03-14 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16793283#comment-16793283 ] Neville Dipale commented on ARROW-4886: --- This behaviour is introduced by ARROW-4865 but I've added

[jira] [Updated] (ARROW-4886) [Rust] Inconsistent behaviour with casting sliced primitive array to list array

2019-03-14 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4886: -- Priority: Major (was: Blocker) > [Rust] Inconsistent behaviour with casting sliced primitive

[jira] [Created] (ARROW-4914) [Rust] Array slice returns incorrect bitmask

2019-03-16 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4914: - Summary: [Rust] Array slice returns incorrect bitmask Key: ARROW-4914 URL: https://issues.apache.org/jira/browse/ARROW-4914 Project: Apache Arrow Issue

[jira] [Created] (ARROW-4803) [Rust] Read temporal values from JSON

2019-03-07 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4803: - Summary: [Rust] Read temporal values from JSON Key: ARROW-4803 URL: https://issues.apache.org/jira/browse/ARROW-4803 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-4804) [Rust] Read temporal values from CSV

2019-03-07 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4804: - Summary: [Rust] Read temporal values from CSV Key: ARROW-4804 URL: https://issues.apache.org/jira/browse/ARROW-4804 Project: Apache Arrow Issue Type: New

[jira] [Created] (ARROW-4805) [Rust] Write temporal arrays to CSV

2019-03-07 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4805: - Summary: [Rust] Write temporal arrays to CSV Key: ARROW-4805 URL: https://issues.apache.org/jira/browse/ARROW-4805 Project: Apache Arrow Issue Type: New

[jira] [Created] (ARROW-4806) [Rust] Support casting temporal arrays in cast kernels

2019-03-07 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4806: - Summary: [Rust] Support casting temporal arrays in cast kernels Key: ARROW-4806 URL: https://issues.apache.org/jira/browse/ARROW-4806 Project: Apache Arrow

[jira] [Updated] (ARROW-4493) [Rust] [DataFusion] make accumulate_scalar somewhat exhaustive and easier to read

2019-02-06 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4493: -- Summary: [Rust] [DataFusion] make accumulate_scalar somewhat exhaustive and easier to read

[jira] [Updated] (ARROW-4493) [Rust] [DataFusion] make accumulate_scalar somewhat exhaustive and easier to read

2019-02-06 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4493: -- Issue Type: Improvement (was: Bug) > [Rust] [DataFusion] make accumulate_scalar somewhat

[jira] [Updated] (ARROW-4493) [Rust] [DataFusion] make accumulate_scalar somewhat exhaustive and easier to read

2019-02-06 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4493: -- Affects Version/s: 0.12.0 > [Rust] [DataFusion] make accumulate_scalar somewhat exhaustive and

[jira] [Updated] (ARROW-4596) [Rust] [DataFusion] Implement COUNT aggregate function

2019-02-16 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4596: -- Component/s: Rust - DataFusion Rust > [Rust] [DataFusion] Implement COUNT

[jira] [Commented] (ARROW-694) [C++] Build JSON "scanner" for reading record batches from line-delimited JSON files

2019-02-12 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16766136#comment-16766136 ] Neville Dipale commented on ARROW-694: -- Maybe this isn't related to this JIRA, but JSON schema

[jira] [Created] (ARROW-4544) [Rust] Read nested JSON structs into StructArrays

2019-02-12 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4544: - Summary: [Rust] Read nested JSON structs into StructArrays Key: ARROW-4544 URL: https://issues.apache.org/jira/browse/ARROW-4544 Project: Apache Arrow

[jira] [Created] (ARROW-4556) [Rust] Preserve order of JSON inferred schema

2019-02-12 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4556: - Summary: [Rust] Preserve order of JSON inferred schema Key: ARROW-4556 URL: https://issues.apache.org/jira/browse/ARROW-4556 Project: Apache Arrow Issue

[jira] [Commented] (ARROW-4534) [Rust] Build JSON reader for reading record batches from line-delimited JSON files

2019-02-12 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16765948#comment-16765948 ] Neville Dipale commented on ARROW-4534: --- Thanks Wes, I'll be mindful. I'm using the repository to

[jira] [Assigned] (ARROW-4540) [Rust] Add basic JSON reader

2019-02-12 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-4540: - Assignee: Neville Dipale > [Rust] Add basic JSON reader >

[jira] [Created] (ARROW-4540) [Rust] Add basic JSON reader

2019-02-12 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4540: - Summary: [Rust] Add basic JSON reader Key: ARROW-4540 URL: https://issues.apache.org/jira/browse/ARROW-4540 Project: Apache Arrow Issue Type: Sub-task

[jira] [Updated] (ARROW-4534) [Rust] Build JSON reader for reading record batches from line-delimited JSON files

2019-02-11 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-4534: -- Description: Similar to ARROW-694, this is an umbrella issue for supporting reading JSON

[jira] [Created] (ARROW-4534) [Rust] Build JSON reader for reading record batches from line-delimited JSON files

2019-02-11 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4534: - Summary: [Rust] Build JSON reader for reading record batches from line-delimited JSON files Key: ARROW-4534 URL: https://issues.apache.org/jira/browse/ARROW-4534

[jira] [Created] (ARROW-4449) [Rust] Convert File to T: Read + Seek for schema inference

2019-02-01 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4449: - Summary: [Rust] Convert File to T: Read + Seek for schema inference Key: ARROW-4449 URL: https://issues.apache.org/jira/browse/ARROW-4449 Project: Apache Arrow

[jira] [Assigned] (ARROW-4463) [Rust] Support read:write of Feather files

2019-02-03 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-4463: - Assignee: Neville Dipale > [Rust] Support read:write of Feather files >

[jira] [Commented] (ARROW-4463) [Rust] Support read:write of Feather files

2019-02-03 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16759531#comment-16759531 ] Neville Dipale commented on ARROW-4463: --- Thanks Andy, i nearly missed your reply. It's a bit

[jira] [Created] (ARROW-4463) [Rust] Support read:write of Feather files

2019-02-03 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-4463: - Summary: [Rust] Support read:write of Feather files Key: ARROW-4463 URL: https://issues.apache.org/jira/browse/ARROW-4463 Project: Apache Arrow Issue

[jira] [Commented] (ARROW-3954) [Rust] Add Slice to Array and ArrayData

2019-01-29 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16754831#comment-16754831 ] Neville Dipale commented on ARROW-3954: --- Thanks Chao, I might be out of my depth with this one, I

[jira] [Created] (ARROW-5181) [Rust] Create Arrow File reader

2019-04-17 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-5181: - Summary: [Rust] Create Arrow File reader Key: ARROW-5181 URL: https://issues.apache.org/jira/browse/ARROW-5181 Project: Apache Arrow Issue Type: Sub-task

[jira] [Created] (ARROW-5182) [Rust] Create Arrow File writer

2019-04-17 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-5182: - Summary: [Rust] Create Arrow File writer Key: ARROW-5182 URL: https://issues.apache.org/jira/browse/ARROW-5182 Project: Apache Arrow Issue Type: Sub-task

[jira] [Assigned] (ARROW-5181) [Rust] Create Arrow File reader

2019-04-17 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-5181: - Assignee: Neville Dipale > [Rust] Create Arrow File reader >

[jira] [Updated] (ARROW-5181) [Rust] Create Arrow File reader

2019-04-17 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-5181: -- Fix Version/s: 0.14.0 > [Rust] Create Arrow File reader > --- > >

[jira] [Updated] (ARROW-5181) [Rust] Create Arrow File reader

2019-04-17 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-5181: -- Labels: pull-request-available (was: ) > [Rust] Create Arrow File reader >

[jira] [Created] (ARROW-5180) [Rust] IPC Support

2019-04-17 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-5180: - Summary: [Rust] IPC Support Key: ARROW-5180 URL: https://issues.apache.org/jira/browse/ARROW-5180 Project: Apache Arrow Issue Type: New Feature

[jira] [Assigned] (ARROW-4805) [Rust] Write temporal arrays to CSV

2019-04-18 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-4805: - Assignee: Neville Dipale > [Rust] Write temporal arrays to CSV >

[jira] [Assigned] (ARROW-5351) [Rust] Add support for take kernel functions

2019-05-16 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale reassigned ARROW-5351: - Assignee: Neville Dipale > [Rust] Add support for take kernel functions >

[jira] [Updated] (ARROW-5351) [Rust] Add support for take kernel functions

2019-05-16 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-5351: -- Fix Version/s: 0.14.0 > [Rust] Add support for take kernel functions >

[jira] [Commented] (ARROW-1106) [C++] Native result set adapter for PostgreSQL / libpq

2019-05-17 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16841942#comment-16841942 ] Neville Dipale commented on ARROW-1106: --- I recently saw [https://github.com/heterodb/pg2arrow],

[jira] [Created] (ARROW-5360) [Rust] Builds are broken by rustyline on nightly 2019-05-16+

2019-05-17 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-5360: - Summary: [Rust] Builds are broken by rustyline on nightly 2019-05-16+ Key: ARROW-5360 URL: https://issues.apache.org/jira/browse/ARROW-5360 Project: Apache Arrow

[jira] [Commented] (ARROW-5360) [Rust] Builds are broken by rustyline on nightly 2019-05-16+

2019-05-17 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16842368#comment-16842368 ] Neville Dipale commented on ARROW-5360: --- I've submitted a PR: 

[jira] [Commented] (ARROW-5360) [Rust] Builds are broken by rustyline on nightly 2019-05-16+

2019-05-17 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16842360#comment-16842360 ] Neville Dipale commented on ARROW-5360: --- The author and other contributors of the repo are on the

[jira] [Updated] (ARROW-5351) [Rust] Add support for take kernel functions

2019-06-24 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-5351: -- Fix Version/s: (was: 0.14.0) > [Rust] Add support for take kernel functions >

[jira] [Commented] (ARROW-5351) [Rust] Add support for take kernel functions

2019-06-24 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16871840#comment-16871840 ] Neville Dipale commented on ARROW-5351: --- I've removed this from 0.14.0, there's an issue with

[jira] [Resolved] (ARROW-4886) [Rust] Inconsistent behaviour with casting sliced primitive array to list array

2019-06-21 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale resolved ARROW-4886. --- Resolution: Fixed Resolved by 

[jira] [Created] (ARROW-5303) [Rust] Add SIMD vectorization of numeric casts

2019-05-12 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-5303: - Summary: [Rust] Add SIMD vectorization of numeric casts Key: ARROW-5303 URL: https://issues.apache.org/jira/browse/ARROW-5303 Project: Apache Arrow Issue

[jira] [Created] (ARROW-5400) [Rust] Test/ensure that reader and writer support zero-length record batches

2019-05-23 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-5400: - Summary: [Rust] Test/ensure that reader and writer support zero-length record batches Key: ARROW-5400 URL: https://issues.apache.org/jira/browse/ARROW-5400

[jira] [Created] (ARROW-5399) [Rust] [Testing] Add IPC test files to arrow-testing

2019-05-23 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-5399: - Summary: [Rust] [Testing] Add IPC test files to arrow-testing Key: ARROW-5399 URL: https://issues.apache.org/jira/browse/ARROW-5399 Project: Apache Arrow

[jira] [Created] (ARROW-5408) [Rust] Create struct array builder that creates null buffers

2019-05-23 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-5408: - Summary: [Rust] Create struct array builder that creates null buffers Key: ARROW-5408 URL: https://issues.apache.org/jira/browse/ARROW-5408 Project: Apache Arrow

[jira] [Updated] (ARROW-5352) [Rust] BinaryArray filter replaces nulls with empty strings

2019-05-21 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-5352: -- Summary: [Rust] BinaryArray filter replaces nulls with empty strings (was: [Rust] BinaryArray

[jira] [Created] (ARROW-5366) [Rust] Implement Duration and Interval Types

2019-05-18 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-5366: - Summary: [Rust] Implement Duration and Interval Types Key: ARROW-5366 URL: https://issues.apache.org/jira/browse/ARROW-5366 Project: Apache Arrow Issue

[jira] [Created] (ARROW-5367) [Rust] Add temporal kernels

2019-05-18 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-5367: - Summary: [Rust] Add temporal kernels Key: ARROW-5367 URL: https://issues.apache.org/jira/browse/ARROW-5367 Project: Apache Arrow Issue Type: New Feature

[jira] [Created] (ARROW-5352) [Rust] BinaryArray filter loses replaces nulls with empty strings

2019-05-16 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-5352: - Summary: [Rust] BinaryArray filter loses replaces nulls with empty strings Key: ARROW-5352 URL: https://issues.apache.org/jira/browse/ARROW-5352 Project: Apache

[jira] [Updated] (ARROW-5352) [Rust] BinaryArray filter loses replaces nulls with empty strings

2019-05-16 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-5352: -- Priority: Minor (was: Major) > [Rust] BinaryArray filter loses replaces nulls with empty

[jira] [Updated] (ARROW-5351) [Rust] Add support for take kernel functions

2019-05-16 Thread Neville Dipale (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neville Dipale updated ARROW-5351: -- Issue Type: New Feature (was: Improvement) > [Rust] Add support for take kernel functions >

[jira] [Created] (ARROW-5351) [Rust] Add support for take kernel functions

2019-05-16 Thread Neville Dipale (JIRA)
Neville Dipale created ARROW-5351: - Summary: [Rust] Add support for take kernel functions Key: ARROW-5351 URL: https://issues.apache.org/jira/browse/ARROW-5351 Project: Apache Arrow Issue

  1   2   3   4   >