You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Tajo QA (JIRA)" <ji...@apache.org> on 2014/07/07 07:59:34 UTC

[jira] [Commented] (TAJO-912) Tsql prints wrong version.

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

Tajo QA commented on TAJO-912:
------------------------------

{color:red}*-1 overall.*{color}  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12654272/TAJO-912.Mai.140707.0.patch.txt
  against master revision 10caff0.

    {color:green}+1 @author.{color}  The patch does not contain any @author tags.

    {color:red}-1 tests included.{color}  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 javac.{color}  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 javadoc.{color}  The applied patch does not increase the total number of javadoc warnings.

    {color:green}+1 checkstyle.{color}  The patch generated 0 code style errors.

    {color:red}-1 findbugs.{color}  The patch appears to introduce 11 new Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit.{color}  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests.{color}  The patch passed unit tests in tajo-client tajo-common.

Test results: https://builds.apache.org/job/PreCommit-TAJO-Build/457//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-TAJO-Build/457//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-TAJO-Build/457//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-client.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/457//console

This message is automatically generated.

> Tsql prints wrong version.
> --------------------------
>
>                 Key: TAJO-912
>                 URL: https://issues.apache.org/jira/browse/TAJO-912
>             Project: Tajo
>          Issue Type: Bug
>          Components: cli
>            Reporter: Jaehwa Jung
>            Assignee: Mai Hai Thanh
>            Priority: Trivial
>              Labels: newbie
>         Attachments: TAJO-912.Mai.140707.0.patch.txt
>
>
> I found that tsql prints wrong version with tajo-0.9.0-SNAPSHOT as follows:
> {code:xml}
> default> \?
> General
>   \copyright  show Apache License 2.0
>   \version    show Tajo version
>   \?          show help
>   \q          quit tsql
> Informational
>   \l           list databases
>   \c           show current database
>   \c [DBNAME]  connect to new database
>   \d           list tables
>   \d [TBNAME]  describe table
>   \df          list functions
>   \df NAME     describe function
> Tool
>   \!           execute a linux shell command
>   \dfs         execute a dfs command
>   \admin       execute tajo admin command
> Variables
>   \set [[NAME] [VALUE]  set session variable or list session variables
>   \unset NAME           unset session variable
> Documentations
>   tsql guide        http://tajo.apache.org/docs/0.8.0/cli.html
>   Query language    http://tajo.apache.org/docs/0.8.0/sql_language.html
>   Functions         http://tajo.apache.org/docs/0.8.0/functions.html
>   Backup & restore  http://tajo.apache.org/docs/0.8.0/backup_and_restore.html
>   Configuration     http://tajo.apache.org/docs/0.8.0/configuration.html
> default> \version
> 0.8.0-SNAPSHOT
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)