Kouhei Sutou created ARROW-4228:
---
Summary: [GLib] Add garrow_list_data_type_get_field()
Key: ARROW-4228
URL: https://issues.apache.org/jira/browse/ARROW-4228
Project: Apache Arrow
Issue Type: I
Kouhei Sutou created ARROW-4227:
---
Summary: [GLib] Field in composite data type returns wrong data
type
Key: ARROW-4227
URL: https://issues.apache.org/jira/browse/ARROW-4227
Project: Apache Arrow
Kenta Murata created ARROW-4226:
---
Summary: [C++] Add CSF sparse tensor support
Key: ARROW-4226
URL: https://issues.apache.org/jira/browse/ARROW-4226
Project: Apache Arrow
Issue Type: New Featur
Kenta Murata created ARROW-4225:
---
Summary: [C++] Add CSC sparse matrix support
Key: ARROW-4225
URL: https://issues.apache.org/jira/browse/ARROW-4225
Project: Apache Arrow
Issue Type: New Featur
Kenta Murata created ARROW-4224:
---
Summary: [Python] Support integration with pydata/sparse library
Key: ARROW-4224
URL: https://issues.apache.org/jira/browse/ARROW-4224
Project: Apache Arrow
Is
Kenta Murata created ARROW-4223:
---
Summary: [Python] Support scipy.sparse integration
Key: ARROW-4223
URL: https://issues.apache.org/jira/browse/ARROW-4223
Project: Apache Arrow
Issue Type: Impr
Kenta Murata created ARROW-4221:
---
Summary: [Format] Add canonical flag in COO sparse index
Key: ARROW-4221
URL: https://issues.apache.org/jira/browse/ARROW-4221
Project: Apache Arrow
Issue Type
Kenta Murata created ARROW-4222:
---
Summary: [C++] Support equality comparison between COO and CSR
sparse tensors in SparseTensorEquals
Key: ARROW-4222
URL: https://issues.apache.org/jira/browse/ARROW-4222
Notes from today's call
- Wes McKinney (Ursa Labs)
- 0.12 release
- Gandiva on Windows
- Ravindra (Dremio)
- Bryan (IBM)
- 0.12 release
- Hatem Halel (Mathworks)
- Release schedule
- Kevin Gurney (Mathworks)
- Rylan Dmello (Mathworks)
- Neville Dipale (S Africa)
- Shyam Singh (Dremio)
- Pa
Wes McKinney created ARROW-4220:
---
Summary: [Python] Add buffered input and output stream ASV
benchmarks with simulated high latency IO
Key: ARROW-4220
URL: https://issues.apache.org/jira/browse/ARROW-4220
Renjie Liu created ARROW-4219:
-
Summary: [Rust] [Parquet] Implement ArrowReader
Key: ARROW-4219
URL: https://issues.apache.org/jira/browse/ARROW-4219
Project: Apache Arrow
Issue Type: Sub-task
Renjie Liu created ARROW-4218:
-
Summary: [Rust][Parquet]Implement ColumnReader
Key: ARROW-4218
URL: https://issues.apache.org/jira/browse/ARROW-4218
Project: Apache Arrow
Issue Type: Sub-task
I'll connect with Krisztian tomorrow (Thursday) morning to make sure
KEYS are in order and to give him the day to do a run through of the
release process to make sure there are no problems. In the meantime
I'll try to resolve as many of the remaining issues as possible, then
move the leftovers to 0
Philipp Moritz created ARROW-4217:
-
Summary: [Plasma] Remove custom object metadata
Key: ARROW-4217
URL: https://issues.apache.org/jira/browse/ARROW-4217
Project: Apache Arrow
Issue Type: Imp
Antoine Pitrou created ARROW-4216:
-
Summary: [Python] Add CUDA API docs
Key: ARROW-4216
URL: https://issues.apache.org/jira/browse/ARROW-4216
Project: Apache Arrow
Issue Type: Improvement
Kouhei Sutou created ARROW-4215:
---
Summary: [GLib] Fix typos in documentation
Key: ARROW-4215
URL: https://issues.apache.org/jira/browse/ARROW-4215
Project: Apache Arrow
Issue Type: Bug
Kouhei Sutou created ARROW-4214:
---
Summary: [Ruby] Add support for building RecordBatch from raw Ruby
objects
Key: ARROW-4214
URL: https://issues.apache.org/jira/browse/ARROW-4214
Project: Apache Arrow
Not a compelling reason -- it was perhaps a premature optimization to
avoid boxing and unboxing costs as the kernel APIs are more likely to
work with ArrayData consistently than the boxed types. The internal
data representation of the default RecordBatch is unboxed ArrayData
rather than boxed (i.e.
David Li created ARROW-4213:
---
Summary: [Flight] C++ and Java implementations are incompatible
Key: ARROW-4213
URL: https://issues.apache.org/jira/browse/ARROW-4213
Project: Apache Arrow
Issue Type:
Hello Uwe, Wes, others
On Wed, Jan 9, 2019 at 10:08 AM Uwe L. Korn wrote:
>
> for arrow-cpp it is definitely possible to cross-compile on the desktop as it
> using standard CMake for the build. There are a lot of guides available for
> doing cross compilation with CMake. This may work but I wou
Is there a reason why Datum::ARRAY stores an ArrayData and not an Array?
I'm aware there's the `make_array` method to obtain the equivalent, but was
wondering if there was a deeper reason.
Antoine Pitrou created ARROW-4212:
-
Summary: [Python] [CUDA] Creating a CUDA buffer from Numba device
array should be easier
Key: ARROW-4212
URL: https://issues.apache.org/jira/browse/ARROW-4212
Proje
Yes, definitely.
On Wed, Jan 9, 2019 at 5:07 AM Antoine Pitrou wrote:
>
>
> Should it mention the forthcoming 0.12.0 release?
>
> Regards
>
> Antoine.
>
>
> Le 09/01/2019 à 06:54, Wes McKinney a écrit :
> > ## Description:
> >
> > - Apache Arrow is a cross-language development platform for in-mem
The biweekly sync appoint crept up on me again today. We'll be
convening briefly at
https://meet.google.com/vtm-teks-phx
All are welcome -- notes to be sent to the mailing list after
Yosuke Shiro created ARROW-4211:
---
Summary: [GLib] Add GArrowFixedSizeBinaryDataType
Key: ARROW-4211
URL: https://issues.apache.org/jira/browse/ARROW-4211
Project: Apache Arrow
Issue Type: Impro
We would definitely welcome PRs with documentation or advice for RPi
users. I have compiled Arrow and Parquet on Raspberry Pi in the past
but not very recently (the project has grown a lot in size since
then).
On Wed, Jan 9, 2019 at 10:08 AM Uwe L. Korn wrote:
>
> Hello Suvayu,
>
> for arrow-cpp
Hello Suvayu,
for arrow-cpp it is definitely possible to cross-compile on the desktop as it
using standard CMake for the build. There are a lot of guides available for
doing cross compilation with CMake. This may work but I would expect that in
some places we're probably not passing all flags t
Hello Ryan,
for CentOS and pip, I would recommend to use the docker scripts that we use to
build the manylinux1 compatible wheels (the ones we also upload to PyPI):
https://github.com/apache/arrow/tree/master/python/manylinux1 They will
bootstrap an isolated environment in docker that is indepe
Uwe L. Korn created ARROW-4210:
--
Summary: [Python] Mention boost-cpp directly in the conda
meta.yaml for pyarrow
Key: ARROW-4210
URL: https://issues.apache.org/jira/browse/ARROW-4210
Project: Apache Arro
Wes,
Thanks. This sounds great.
Andy.
On Tue, Jan 8, 2019 at 8:28 AM Wes McKinney wrote:
> hi Andy -- I'm supportive of the code donation. I see building
> in-memory, embeddable analytics and query processing as the natural
> next stage of this project. As I have described on this mailing list
Hi Neville,
Thanks for the support.
DataFrame and SQL are two different ways of building a logical query plan
and it makes sense that they should both build the same type of plan
without code duplication. It is also sometimes beneficial to mix and match
DataFrame and SQL operations (as per Apache
Thanks Wes,
I confirmed this is fixed in master. In the future, I'll check against the
master if we come across anything. We would be interested to use the nightly
builds, for sure. We do not use conda as of now, so may be best to become more
familiar with conda. I needed to get home to use my
No preference from me.
Regards
Antoine.
Le 09/01/2019 à 14:34, Krisztián Szűcs a écrit :
> Should We aim for Friday (2019-01-11) or Thursday (2019-01-10)?
>
> On Wed, Jan 9, 2019 at 11:43 AM Antoine Pitrou wrote:
>
>>
>> For the record, none of these issues seem release-critical to me, apa
Should We aim for Friday (2019-01-11) or Thursday (2019-01-10)?
On Wed, Jan 9, 2019 at 11:43 AM Antoine Pitrou wrote:
>
> For the record, none of these issues seem release-critical to me, apart
> from the RAT issue and perhaps the Windows git-describe issue. Though
> perhaps the release manager
Pindikura Ravindra created ARROW-4209:
-
Summary: [Gandiva] returning IR structs causes issues with windows
Key: ARROW-4209
URL: https://issues.apache.org/jira/browse/ARROW-4209
Project: Apache Arro
Krisztian Szucs created ARROW-4208:
--
Summary: [CI/Python] Have automatized tests for S3
Key: ARROW-4208
URL: https://issues.apache.org/jira/browse/ARROW-4208
Project: Apache Arrow
Issue Type
Should it mention the forthcoming 0.12.0 release?
Regards
Antoine.
Le 09/01/2019 à 06:54, Wes McKinney a écrit :
> ## Description:
>
> - Apache Arrow is a cross-language development platform for in-memory data. It
> specifies a standardized language-independent columnar memory format for
For the record, none of these issues seem release-critical to me, apart
from the RAT issue and perhaps the Windows git-describe issue. Though
perhaps the release manager is best placed to evaluate them.
Regards
Antoine.
Le 08/01/2019 à 23:07, Wes McKinney a écrit :
> Well, a mid-week release
Yosuke Shiro created ARROW-4207:
---
Summary: [Gandiva] [GLib] Add support for IfNode
Key: ARROW-4207
URL: https://issues.apache.org/jira/browse/ARROW-4207
Project: Apache Arrow
Issue Type: Improv
39 matches
Mail list logo