Github user jinossy commented on the pull request:
https://github.com/apache/tajo/pull/740#issuecomment-138281377
Thanks for your quick fix but I can't compile on IDE
The problem looks like that incorrect generated source path and module
order.
Could you create the package directory ?
```
tajo-sql-parser/src/main/antlr4/org.apache.tajo.parser.sql
```
Please change module order as follows :
```
...
<module>tajo-algebra</module>
<module>tajo-sql-parser</module>
...
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---