arianpotter commented on issue #3223:
URL: https://github.com/apache/jena/issues/3223#issuecomment-3131270601

   Hi,
   No, as I said, I am using another approach to avoid building a wherebuilder 
containing a BIND clause multiple times. 
   I am not reusing any variable. As I mentioned in my last comment, even when 
you have only one BIND clause and you build the where builder that contains 
that, and then the same where builder gets built as a part of another where 
builder, for some reason, Jena tries to clone the bindings in its mappings, and 
then it causes the error.
   So now I simply avoid rebuilding a wherebuilder that contains a BIND clause.


-- 
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