[
https://issues.apache.org/jira/browse/ARROW-5143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812832#comment-16812832
]
David Li commented on ARROW-5143:
---------------------------------
The Flight integration tests still fail on the dictionary batch, even
C++-to-C++.
The gRPC error is "grpc-message: Dictionary with id 0 not found". (Aside: gRPC
still doesn't report this to us - it just aborts. May need to send an issue
upstream if we can make a minimal reproduction.)
The (relevant part of) the server backtrace is:
{code:java}
* frame #0: 0x00000001014723a1
libarrow.14.dylib`arrow::ipc::DictionaryMemo::GetDictionary(this=0x00007000020c8ce0,
id=0, dictionary=0x00007000020c87b8) const at dictionary.cc:37
frame #1: 0x000000010152d495
libarrow.14.dylib`arrow::ipc::internal::FieldFromFlatbuffer(field=0x00000001080002e9,
dictionary_memo=0x00007000020c8ce0, out=0x0000000104607590) at
metadata-internal.cc:673
frame #2: 0x000000010152c9bc
libarrow.14.dylib`arrow::ipc::internal::GetSchema(opaque_schema=0x0000000108000225,
dictionary_memo=0x00007000020c8ce0, out=0x00007000020c8ec8) at
metadata-internal.cc:1060
frame #3: 0x0000000101551058
libarrow.14.dylib`arrow::ipc::ReadSchema(message=0x0000000104607190,
out=0x00007000020c8ec8) at reader.cc:724
frame #4: 0x00000001007fdbd8
libarrow_flight.14.dylib`arrow::flight::FlightServiceImpl::DoPut(this=0x0000000104604db0,
context=0x000000010501ce20, reader=0x00007000020c9970,
response=0x00007000020c9958) at server.cc:252
{code}
> [Flight] Enable integration testing of batches with dictionaries
> ----------------------------------------------------------------
>
> Key: ARROW-5143
> URL: https://issues.apache.org/jira/browse/ARROW-5143
> Project: Apache Arrow
> Issue Type: Improvement
> Components: FlightRPC, Integration
> Reporter: David Li
> Priority: Major
> Labels: flight
> Fix For: 0.14.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)