[jira] [Commented] (ARROW-2495) [Plasma] Pretty print plasma objects

2018-04-23 Thread Krisztian Szucs (JIRA)

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

Krisztian Szucs commented on ARROW-2495:


BTW [~pitrou] Have You considered to use a formatting library like 
https://github.com/fmtlib/fmt ?



> [Plasma] Pretty print plasma objects
> 
>
> Key: ARROW-2495
> URL: https://issues.apache.org/jira/browse/ARROW-2495
> Project: Apache Arrow
>  Issue Type: Improvement
>Reporter: Krisztian Szucs
>Priority: Minor
>
> The implementation should based on 
> [arrow::pretty_print|https://github.com/apache/arrow/blob/master/cpp/src/arrow/pretty_print.h].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARROW-2495) [Plasma] Pretty print plasma objects

2018-04-23 Thread Antoine Pitrou (JIRA)

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

Antoine Pitrou commented on ARROW-2495:
---

fmtlib looks pretty cool, but I honestly don't know whether it's a good idea to 
depend on it or not. In this particular case, we're just talking about 
outputting a 20-byte bytestring, so we can probably do without it :-)

By the way, I don't need this needs to be based on {{arrow::pretty_print}} 
either, you could just implement a {{<<}} operator.

> [Plasma] Pretty print plasma objects
> 
>
> Key: ARROW-2495
> URL: https://issues.apache.org/jira/browse/ARROW-2495
> Project: Apache Arrow
>  Issue Type: Improvement
>Reporter: Krisztian Szucs
>Priority: Minor
>
> The implementation should based on 
> [arrow::pretty_print|https://github.com/apache/arrow/blob/master/cpp/src/arrow/pretty_print.h].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARROW-2495) [Plasma] Pretty print plasma objects

2018-04-23 Thread Krisztian Szucs (JIRA)

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

Krisztian Szucs commented on ARROW-2495:


Sure, I don't want to introduce a dependency for this ticket, just asking in 
general.

> [Plasma] Pretty print plasma objects
> 
>
> Key: ARROW-2495
> URL: https://issues.apache.org/jira/browse/ARROW-2495
> Project: Apache Arrow
>  Issue Type: Improvement
>Reporter: Krisztian Szucs
>Priority: Minor
>
> The implementation should based on 
> [arrow::pretty_print|https://github.com/apache/arrow/blob/master/cpp/src/arrow/pretty_print.h].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)