Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C-SPARQL query parsing error #15

Open
pkapahnke opened this issue Mar 3, 2016 · 0 comments
Open

C-SPARQL query parsing error #15

pkapahnke opened this issue Mar 3, 2016 · 0 comments
Assignees
Labels

Comments

@pkapahnke
Copy link

When registering C-SPARQL queries, the parser throws an error at the FROM STREAM keywords.

The grammar in https://github.com/streamreasoning/CSPARQL-engine/blob/master/csparql-core/Grammar/master.jj shows the following entry: <FROM: " from ">. Note the whitespace before "from": Adding this whitespace in the query works fine, i.e. FROM STREAM.

@dellaglio dellaglio added the bug label Mar 9, 2016
wherget added a commit to wherget/CSPARQL-engine that referenced this issue Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants