[jira] [Resolved] (ARROW-957) [Doc] Add HDFS and Windows documents to doxygen output

2017-05-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney resolved ARROW-957.

Resolution: Fixed

Issue resolved by pull request 659
[https://github.com/apache/arrow/pull/659]

> [Doc] Add HDFS and Windows documents to doxygen output
> --
>
> Key: ARROW-957
> URL: https://issues.apache.org/jira/browse/ARROW-957
> Project: Apache Arrow
>  Issue Type: Task
>  Components: C++
>Reporter: Uwe L. Korn
>Assignee: Uwe L. Korn
>
> Currently these documents are not rendered on the website. I would move them 
> to the {{apidoc/}} folder and link to them in the main doxygen page. Probably 
> this is the point where we also would move {{apidoc/}} back to {{docs/}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (ARROW-980) Fix detection of "msvc" COMPILER_FAMILY

2017-05-08 Thread rip.nsk (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

rip.nsk resolved ARROW-980.
---
Resolution: Duplicate

> Fix detection of "msvc" COMPILER_FAMILY
> ---
>
> Key: ARROW-980
> URL: https://issues.apache.org/jira/browse/ARROW-980
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: C++
> Environment: windows msvc
>Reporter: rip.nsk
> Attachments: 0001.patch
>
>
> Proposed fix improves detection of COMPILER_FAMILY on windows and resolves 
> the build fail in some configuration.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (ARROW-980) Fix detection of "msvc" COMPILER_FAMILY

2017-05-08 Thread rip.nsk (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16001768#comment-16001768
 ] 

rip.nsk edited comment on ARROW-980 at 5/8/17 11:13 PM:


Actually, it is already fixed as part of ARROW-856


was (Author: rip@gmail.com):
Actually, it is already fix as part of ARROW-856

> Fix detection of "msvc" COMPILER_FAMILY
> ---
>
> Key: ARROW-980
> URL: https://issues.apache.org/jira/browse/ARROW-980
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: C++
> Environment: windows msvc
>Reporter: rip.nsk
> Attachments: 0001.patch
>
>
> Proposed fix improves detection of COMPILER_FAMILY on windows and resolves 
> the build fail in some configuration.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (ARROW-980) Fix detection of "msvc" COMPILER_FAMILY

2017-05-08 Thread rip.nsk (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16001768#comment-16001768
 ] 

rip.nsk commented on ARROW-980:
---

Actually, it is already fix as part of ARROW-856

> Fix detection of "msvc" COMPILER_FAMILY
> ---
>
> Key: ARROW-980
> URL: https://issues.apache.org/jira/browse/ARROW-980
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: C++
> Environment: windows msvc
>Reporter: rip.nsk
> Attachments: 0001.patch
>
>
> Proposed fix improves detection of COMPILER_FAMILY on windows and resolves 
> the build fail in some configuration.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (ARROW-982) [Website] Improve website front copy to highlight serialization efficiency benefits

2017-05-08 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-982:
--

 Summary: [Website] Improve website front copy to highlight 
serialization efficiency benefits
 Key: ARROW-982
 URL: https://issues.apache.org/jira/browse/ARROW-982
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Website
Reporter: Wes McKinney






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (ARROW-981) [C++] Write comparable columnar serialization benchmarks versus Protocol Buffers / gRPC

2017-05-08 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-981:
--

 Summary: [C++] Write comparable columnar serialization benchmarks 
versus Protocol Buffers / gRPC
 Key: ARROW-981
 URL: https://issues.apache.org/jira/browse/ARROW-981
 Project: Apache Arrow
  Issue Type: New Feature
  Components: C++
Reporter: Wes McKinney


This will help with demonstrating quantifiable gains in data serialization 
beyond the benefits of columnar layout (which can also be implemented in 
traditional serialization tools like Protobuf, Thrift, etc.)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (ARROW-182) [C++] Remove Array::Validate virtual function and make a separate method

2017-05-08 Thread Wes McKinney (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16001622#comment-16001622
 ] 

Wes McKinney commented on ARROW-182:


I renamed this JIRA and marked it for 0.4.0. I would like to remove the 
{{Validate}} virtual from {{arrow::Array}} and instead implement the validation 
separately (similar to how {{Array::Equals}} is implemented now)

> [C++] Remove Array::Validate virtual function and make a separate method
> 
>
> Key: ARROW-182
> URL: https://issues.apache.org/jira/browse/ARROW-182
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: C++
>Reporter: Micah Kornfield
>Priority: Minor
> Fix For: 0.4.0
>
>
> We should Validate the bitmask is well formed for child arrays (all bits that 
> don't correspond to a slot should be zero).Once the validate method is 
> added we should be able to make the parent classes method virtual to avoid 
> new implementors missing it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (ARROW-979) [Python] Fix setuptools_scm version when release tag is not in the master timeline

2017-05-08 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-979:
--

 Summary: [Python] Fix setuptools_scm version when release tag is 
not in the master timeline
 Key: ARROW-979
 URL: https://issues.apache.org/jira/browse/ARROW-979
 Project: Apache Arrow
  Issue Type: Bug
  Components: Python
Reporter: Wes McKinney


Independent of the discussion about the release branching process, SCM 
auto-versioning tools should not be dependent on finding a release tag in the 
timeline



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (ARROW-965) Website updates for 0.3.0 release

2017-05-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney resolved ARROW-965.

Resolution: Fixed

Issue resolved by pull request 658
[https://github.com/apache/arrow/pull/658]

> Website updates for 0.3.0 release
> -
>
> Key: ARROW-965
> URL: https://issues.apache.org/jira/browse/ARROW-965
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Website
>Reporter: Wes McKinney
>Assignee: Wes McKinney
> Fix For: 0.3.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (ARROW-977) [java] Add Timezone aware timestamp vectors

2017-05-08 Thread Julien Le Dem (JIRA)
Julien Le Dem created ARROW-977:
---

 Summary: [java] Add Timezone aware timestamp vectors
 Key: ARROW-977
 URL: https://issues.apache.org/jira/browse/ARROW-977
 Project: Apache Arrow
  Issue Type: New Feature
  Components: Java - Vectors
Reporter: Julien Le Dem
Assignee: Julien Le Dem


This is a follow up to ARROW-824



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (ARROW-967) [GLib] Support initializing array with buffer

2017-05-08 Thread Uwe L. Korn (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uwe L. Korn resolved ARROW-967.
---
Resolution: Fixed

Issue resolved by pull request 657
[https://github.com/apache/arrow/pull/657]

> [GLib] Support initializing array with buffer
> -
>
> Key: ARROW-967
> URL: https://issues.apache.org/jira/browse/ARROW-967
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: GLib
>Reporter: Kouhei Sutou
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (ARROW-967) [GLib] Support initializing array with buffer

2017-05-08 Thread Uwe L. Korn (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uwe L. Korn reassigned ARROW-967:
-

Assignee: Kouhei Sutou

> [GLib] Support initializing array with buffer
> -
>
> Key: ARROW-967
> URL: https://issues.apache.org/jira/browse/ARROW-967
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: GLib
>Reporter: Kouhei Sutou
>Assignee: Kouhei Sutou
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (ARROW-813) [Python] setup.py sdist must also bundle dependent cmake modules

2017-05-08 Thread Uwe L. Korn (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uwe L. Korn updated ARROW-813:
--
Affects Version/s: 0.3.0

> [Python] setup.py sdist must also bundle dependent cmake modules
> 
>
> Key: ARROW-813
> URL: https://issues.apache.org/jira/browse/ARROW-813
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Python
>Affects Versions: 0.2.0, 0.3.0
>Reporter: Wes McKinney
>Assignee: Uwe L. Korn
>
> The pyarrow tarball from sdist cannot be built currently because it depends 
> on files from the C++ directory



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (ARROW-813) [Python] setup.py sdist must also bundle dependent cmake modules

2017-05-08 Thread Uwe L. Korn (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uwe L. Korn reassigned ARROW-813:
-

Assignee: Uwe L. Korn

> [Python] setup.py sdist must also bundle dependent cmake modules
> 
>
> Key: ARROW-813
> URL: https://issues.apache.org/jira/browse/ARROW-813
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Python
>Affects Versions: 0.2.0, 0.3.0
>Reporter: Wes McKinney
>Assignee: Uwe L. Korn
>
> The pyarrow tarball from sdist cannot be built currently because it depends 
> on files from the C++ directory



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (ARROW-813) [Python] setup.py sdist must also bundle dependent cmake modules

2017-05-08 Thread Uwe L. Korn (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16001123#comment-16001123
 ] 

Uwe L. Korn commented on ARROW-813:
---

PR: https://github.com/apache/arrow/pull/660

> [Python] setup.py sdist must also bundle dependent cmake modules
> 
>
> Key: ARROW-813
> URL: https://issues.apache.org/jira/browse/ARROW-813
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Python
>Affects Versions: 0.2.0, 0.3.0
>Reporter: Wes McKinney
>
> The pyarrow tarball from sdist cannot be built currently because it depends 
> on files from the C++ directory



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (ARROW-957) [Doc] Add HDFS and Windows documents to doxygen output

2017-05-08 Thread Uwe L. Korn (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16001096#comment-16001096
 ] 

Uwe L. Korn commented on ARROW-957:
---

PR: https://github.com/apache/arrow/pull/659

> [Doc] Add HDFS and Windows documents to doxygen output
> --
>
> Key: ARROW-957
> URL: https://issues.apache.org/jira/browse/ARROW-957
> Project: Apache Arrow
>  Issue Type: Task
>  Components: C++
>Reporter: Uwe L. Korn
>Assignee: Uwe L. Korn
>
> Currently these documents are not rendered on the website. I would move them 
> to the {{apidoc/}} folder and link to them in the main doxygen page. Probably 
> this is the point where we also would move {{apidoc/}} back to {{docs/}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)