This seems to be a known issue with Xcode
https://stackoverflow.com/questions/39680320/printing-debugging-libc-stl-with-xcode-lldb
There might be a way to configure Xcode to emit more debug symbols but the
best way is probably to develop on Linux in Docker or in a VM
On Sep 21, 2018 9:00 PM, "A
MacOS High Sierra.
If you do a build (/debug, make) and then attach lldb to a test (lldb
-- compute_test), then try to access a class's members (e.g.
ArrayData's buffers), the error pops up.
On Sat, Sep 22, 2018 at 9:26 AM Wes McKinney wrote:
>
> What platform are you developing on (OS, compiler,
What platform are you developing on (OS, compiler, etc)? Can you show exact
steps to arrive at the error?
Thanks
On Fri, Sep 21, 2018, 8:46 PM Atri Sharma wrote:
> Hi Wes.
>
> Thanks, your command worked and I am able to attach a debugger.
> However, I get the following error for some operation
Hi Wes.
Thanks, your command worked and I am able to attach a debugger.
However, I get the following error for some operations:
error: Couldn't lookup symbols:
__ZNKSt3__110shared_ptrIN5arrow5ArrayEEptEv
It seems that not all symbols are being loaded. I did a debug build
(according to README)
Wes McKinney created ARROW-3299:
---
Summary: [C++] Appveyor builds failing
Key: ARROW-3299
URL: https://issues.apache.org/jira/browse/ARROW-3299
Project: Apache Arrow
Issue Type: Bug
C
Wes McKinney created ARROW-3298:
---
Summary: [C++] Move murmur3 hash implementation to arrow/util
Key: ARROW-3298
URL: https://issues.apache.org/jira/browse/ARROW-3298
Project: Apache Arrow
Issue
Wes McKinney created ARROW-3297:
---
Summary: [Python] Python bindings for Flight C++ client
Key: ARROW-3297
URL: https://issues.apache.org/jira/browse/ARROW-3297
Project: Apache Arrow
Issue Type:
Wes McKinney created ARROW-3296:
---
Summary: [Python] Add Flight support to manylinux1 wheels
Key: ARROW-3296
URL: https://issues.apache.org/jira/browse/ARROW-3296
Project: Apache Arrow
Issue Typ
Wes McKinney created ARROW-3295:
---
Summary: [Packaging] Package gRPC libraries in conda-forge for use
in builds, packaging
Key: ARROW-3295
URL: https://issues.apache.org/jira/browse/ARROW-3295
Project: A
Wes McKinney created ARROW-3292:
---
Summary: [C++] Test Flight RPC in Travis CI
Key: ARROW-3292
URL: https://issues.apache.org/jira/browse/ARROW-3292
Project: Apache Arrow
Issue Type: Improvement
Wes McKinney created ARROW-3293:
---
Summary: [C++] Test Flight RPC in Travis CI
Key: ARROW-3293
URL: https://issues.apache.org/jira/browse/ARROW-3293
Project: Apache Arrow
Issue Type: Improvement
Wes McKinney created ARROW-3294:
---
Summary: [C++] Test Flight RPC on Windows / Appveyor
Key: ARROW-3294
URL: https://issues.apache.org/jira/browse/ARROW-3294
Project: Apache Arrow
Issue Type: Im
Wes McKinney created ARROW-3291:
---
Summary: [C++] Convenience API for constructing
arrow::io::BufferReader from std::string
Key: ARROW-3291
URL: https://issues.apache.org/jira/browse/ARROW-3291
Project:
Wes McKinney created ARROW-3290:
---
Summary: [C++] Toolchain support for secure gRPC
Key: ARROW-3290
URL: https://issues.apache.org/jira/browse/ARROW-3290
Project: Apache Arrow
Issue Type: Impro
Wes McKinney created ARROW-3289:
---
Summary: [C++] Implement DoPut command for Flight on client and
server side
Key: ARROW-3289
URL: https://issues.apache.org/jira/browse/ARROW-3289
Project: Apache Arro
Kouhei Sutou created ARROW-3288:
---
Summary: [GLib] Add new API index for 0.11.0
Key: ARROW-3288
URL: https://issues.apache.org/jira/browse/ARROW-3288
Project: Apache Arrow
Issue Type: Improvemen
Kouhei Sutou created ARROW-3287:
---
Summary: [C++] "redeclared without dllimport attribute after being
referenced with dll linkage" with MinGW
Key: ARROW-3287
URL: https://issues.apache.org/jira/browse/ARROW-3287
Kouhei Sutou created ARROW-3286:
---
Summary: [C++] ARROW_EXPORT for RecordBatchBuilder is missing
Key: ARROW-3286
URL: https://issues.apache.org/jira/browse/ARROW-3286
Project: Apache Arrow
Issue
Kouhei Sutou created ARROW-3285:
---
Summary: [GLib] Add arrow_cpp_build_type and arrow_cpp_build_dir
Meson options
Key: ARROW-3285
URL: https://issues.apache.org/jira/browse/ARROW-3285
Project: Apache Arr
Romain François created ARROW-3284:
--
Summary: [R] Adding R Error in Status
Key: ARROW-3284
URL: https://issues.apache.org/jira/browse/ARROW-3284
Project: Apache Arrow
Issue Type: New Feature
Some of those lines are generated automatically by roxygen, and some of them
are the license headers ;-)
Still the pr is substantial, esp compared to the previous one.
Let me know if I can help the process, e.g. write some notes about how R6 is
used, the very low level bindings is quite mecha
It would be nice to have an API to look at the file footer (we don't
have one in C++ either), I opened
https://issues.apache.org/jira/browse/ARROW-3283
On Fri, Sep 21, 2018 at 10:32 AM Li Jin wrote:
>
> Hi Michael,
>
> I think ArrowFileReader takes SeekableByteChannel so it's possible to only
> r
Wes McKinney created ARROW-3283:
---
Summary: [Java] Provide API for inspecting IPC file footer metadata
Key: ARROW-3283
URL: https://issues.apache.org/jira/browse/ARROW-3283
Project: Apache Arrow
Romain just submitted a ~4500 line R patch
https://github.com/apache/arrow/pull/2596
I am going to do my best to give feedback, particularly at the C++
binding level, but it would be great to get some more eyes on the
R-level API. As one detail, R6 classes are being used to create the
wrapper int
Romain François created ARROW-3282:
--
Summary: initial R functionality
Key: ARROW-3282
URL: https://issues.apache.org/jira/browse/ARROW-3282
Project: Apache Arrow
Issue Type: New Feature
Hi Michael,
I think ArrowFileReader takes SeekableByteChannel so it's possible to only
read the metadata for each record batches and skip the data. However it is
not implemented.
If the input Channel is not seekable (for example, a socket channel) then
you would need to read the body for each rec
Hi all,
I am looking for a quick way to look up the total row count of a data set
stored in Arrow’s random access file format using the Java API. Basically, a
quicker way to do this:
// The reader is in an instance of ArrowFileReader
List blocks = reader.getRecordBlocks();
int nRows = 0;
for (A
Animesh Trivedi created ARROW-3281:
--
Summary: [Java] Make sure that WritableByteChannel in WriteChannel
writes out complete bytes
Key: ARROW-3281
URL: https://issues.apache.org/jira/browse/ARROW-3281
28 matches
Mail list logo