[
https://issues.apache.org/jira/browse/KNOX-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919799#comment-16919799
]
Kevin Risden commented on KNOX-2002:
------------------------------------
FYI this caused the following build error:
[INFO] There is 1 error reported by Checkstyle 8.22 with
build-tools/checkstyle/checker.xml ruleset.
[ERROR]
src/test/java/org/apache/knox/gateway/shell/KnoxShellTableTest.java:[86]
(regexp) Regexp: Line matches the illegal pattern 'Trailing whitespace'.
I'll fix it up in a minute.
https://travis-ci.org/apache/knox/jobs/578628637
> Add a KnoxShellTable to Represent and Render Output in Tabular Format
> ---------------------------------------------------------------------
>
> Key: KNOX-2002
> URL: https://issues.apache.org/jira/browse/KNOX-2002
> Project: Apache Knox
> Issue Type: Improvement
> Components: KnoxShell
> Reporter: Larry McCay
> Assignee: Larry McCay
> Priority: Major
> Fix For: 1.4.0
>
>
> A common output class for rendering tabular data would be useful for
> KnoxShell clients such as SQL clients, rendering CSV files, etc.
> This class will take a list of headers and a list of values that represent
> each row.
> Headers will be optional but when used must be the same number as cols in the
> table.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)