afs opened a new issue, #3489:
URL: https://github.com/apache/jena/issues/3489

   ### Version
   
   5.5.0 and earlier
   
   ### What happened?
   
   ```
   SELECT * WHERE {
       VALUES (?a ?a) { ( 1 2) }
   }
   ```
   
   causes
    
   ```
   Exception in thread "main" org.apache.jena.query.QueryException: Attempt to 
reassign '?a' from '1' to '2'
   ```
   with cause
   ```
   Caused by: java.lang.IllegalArgumentException: Attempt to reassign '?a' from 
'1' to '2'
   ```
   
   This is an internal consistency check failure.
   
   The query should check during parsing and use `QueryParseException` with a 
better error message.
   
   
   ### Relevant output and stacktrace
   
   ```shell
   
   ```
   
   ### Are you interested in making a pull request?
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to