-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21975/
-----------------------------------------------------------
Review request for Tajo.
Bugs: TAJO-856
https://issues.apache.org/jira/browse/TAJO-856
Repository: tajo
Description
-------
If running or initializing query is too long, user'll don't comfortable to
viewing.
Sometimes, query's length is over one page.
So, table row height fixed, if query's length is too long.
ex ) Query's length() is over 500 bytes.
Fixed Height and make scroll bar at right that cell.
Diffs
-----
tajo-core/src/main/resources/webapps/admin/query.jsp fecc806
Diff: https://reviews.apache.org/r/21975/diff/
Testing
-------
mvn clean install is OK.
Thanks,
Seungun Choe