----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19559/#review38814 -----------------------------------------------------------
LGTM. How does the new output look like if the specified width is smaller than the actual column width? - Aditya Kishore On March 21, 2014, 8:26 p.m., Mehant Baid wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/19559/ > ----------------------------------------------------------- > > (Updated March 21, 2014, 8:26 p.m.) > > > Review request for drill. > > > Bugs: DRILL-433 > https://issues.apache.org/jira/browse/DRILL-433 > > > Repository: drill-git > > > Description > ------- > > Modified QuerySubmitter to accept a new argument "-w or --width" with which > users can specify custom column width to be used while printing the results. > > If the argument is not specified we use the current default of 15 for the > column width. > > Private repo: https://github.com/mehant/incubator-drill/tree/query_submitter > > > Diffs > ----- > > > exec/java-exec/src/main/java/org/apache/drill/exec/client/QuerySubmitter.java > 7c10b88 > exec/java-exec/src/main/java/org/apache/drill/exec/util/VectorUtil.java > a35bb5f > > Diff: https://reviews.apache.org/r/19559/diff/ > > > Testing > ------- > > > Thanks, > > Mehant Baid > >
