Github user jihoonson commented on the pull request:
https://github.com/apache/tajo/pull/13#issuecomment-46403745
Also, the error message should be improved to point out the exact place
where the syntax is wrong.
Here is an example of wrong error message.
default> select n_regionkey, avg(n_nationkey) over (partition by
n_regionkey rows between unbounded preceding and 1 preceding ) from nation;
ERROR: syntax error at or near 'avg'
---
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.
---