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

Hudson commented on TAJO-758:
-----------------------------

SUCCESS: Integrated in Tajo-master-build #203 (See 
[https://builds.apache.org/job/Tajo-master-build/203/])


> Supports parameter values in the SQL file.
> ------------------------------------------
>
>                 Key: TAJO-758
>                 URL: https://issues.apache.org/jira/browse/TAJO-758
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: Hyoungjun Kim
>            Assignee: Hyoungjun Kim
>            Priority: Trivial
>             Fix For: 0.9.0
>
>         Attachments: TAJO-758.patch, TAJO-758_2.patch
>
>
> In the case of running a SQL file in CLI mode, should be able to pass as a 
> parameter value. See bellow use case.
> test.sql
> {code:sql}
> select * from lineitem where l_tax > ${tax} and l_discount > ${discount}
> {code}
> {noformat}
> bin/tsql -f ./test.sql --param tax=10 --param discount=20
> {noformat}



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

Reply via email to