hyoungjunkim created TAJO-758:
---------------------------------
Summary: 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: hyoungjunkim
Priority: Trivial
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)