GitHub user chemikadze opened a pull request:
https://github.com/apache/incubator-griffin/pull/418
Make Rule table MySQL-compatible
OUT is reserved word in MySQL, so it should be quoted in queries.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chemikadze/incubator-griffin fix-mysql
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/418.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #418
----
commit e9fee8efca2202127b292a4f8a7f186282b8a538
Author: Nikolay Sokolov <chemikadze@...>
Date: 2018-09-18T07:36:04Z
Make Rule table MySQL-compatible
OUT is reserved word in MySQL, so it should be quoted in queries.
----
---