[
https://issues.apache.org/jira/browse/TAJO-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14042008#comment-14042008
]
Hyunsik Choi commented on TAJO-887:
-----------------------------------
Travis CI has some limitation where the stdout/error output must be less than
4MB. If the output is more than 4MB, the test is failed in Travis CI. Recently
added unit tests make the output size to be more than 4MB. As a result, patches
in these days are being failed.
I manually verified the latest patch via 'mvn clean install'.
In addition, in order to solve Travis CI failure, we need to change the travis
script to redirect stdout to /dev/null. Instead, we need to remain stderr
output in order to get the error causes from Travis's output. I'll create
another Jira issue for it.
Thanks!
> Eliminate HiveQL support feature
> --------------------------------
>
> Key: TAJO-887
> URL: https://issues.apache.org/jira/browse/TAJO-887
> Project: Tajo
> Issue Type: Task
> Components: parser
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Minor
> Fix For: 0.9.0
>
>
> We've founded that SQL is sufficient in this area, and many users satisfy
> with only SQL. I think that we don't need HiveQL compatibility feature
> anymore. Also, this elimination will reduce our code maintenance burden.
--
This message was sent by Atlassian JIRA
(v6.2#6252)