[kudu-CR] Remove Schema#toString from RowResult#toString

2017-01-13 Thread Jean-Daniel Cryans (Code Review)
Jean-Daniel Cryans has posted comments on this change. Change subject: Remove Schema#toString from RowResult#toString .. Patch Set 1: Code-Review+2 I'm wondering if we had a Schema#toString implementation in the past... anyway

[kudu-CR] Remove Schema#toString from RowResult#toString

2017-01-13 Thread Jean-Daniel Cryans (Code Review)
Jean-Daniel Cryans has submitted this change and it was merged. Change subject: Remove Schema#toString from RowResult#toString .. Remove Schema#toString from RowResult#toString In RowResult#toString, the result string is consis

[kudu-CR] Remove Schema#toString from RowResult#toString

2017-01-12 Thread Kousuke Saruta (Code Review)
Kousuke Saruta has posted comments on this change. Change subject: Remove Schema#toString from RowResult#toString .. Patch Set 1: No problem. Thank you for taking a look at this :) -- To view, visit http://gerrit.cloudera.org

[kudu-CR] Remove Schema#toString from RowResult#toString

2017-01-12 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. Change subject: Remove Schema#toString from RowResult#toString .. Patch Set 1: Dan/JD - what do you guys think about this? (sorry Kousuke for the slow response to this! lost trac

[kudu-CR] Remove Schema#toString from RowResult#toString

2016-12-18 Thread Kousuke Saruta (Code Review)
Kousuke Saruta has posted comments on this change. Change subject: Remove Schema#toString from RowResult#toString .. Patch Set 1: (1 comment) Thanks for the comment. At first, I tried to add the row data but is it already done

[kudu-CR] Remove Schema#toString from RowResult#toString

2016-12-16 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. Change subject: Remove Schema#toString from RowResult#toString .. Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5534/1/java/kudu-client/src/main/java/org/apache/ku

[kudu-CR] Remove Schema#toString from RowResult#toString

2016-12-15 Thread Kousuke Saruta (Code Review)
Kousuke Saruta has uploaded a new change for review. http://gerrit.cloudera.org:8080/5534 Change subject: Remove Schema#toString from RowResult#toString .. Remove Schema#toString from RowResult#toString In RowResult#toString,