[
https://issues.apache.org/jira/browse/ARROW-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16576027#comment-16576027
]
Antoine Pitrou commented on ARROW-1176:
---------------------------------------
Abstractly, Abseil seems very nice, but it will complicate the build chain a
bit. Also, we may have the same linking problems as with boost, if we start
using a non-header-only primitive in two different shared libraries (such we
had with boost::regex as some point). I think we only solved that issue by
removing use of non-header-only primitives...
> [C++] Replace WrappedBinary with Tensorflow's StringPiece
> ---------------------------------------------------------
>
> Key: ARROW-1176
> URL: https://issues.apache.org/jira/browse/ARROW-1176
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Uwe L. Korn
> Priority: Major
> Fix For: 0.11.0
>
>
> Instead of using the very simple {{WrappedBinary}} class, we may want to use
> Tensorflow's {{StringPiece}} to handle binary cells:
> https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/lib/core/stringpiece.h
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)