OyvindLGjesdal commented on PR #2121:
URL: https://github.com/apache/jena/pull/2121#issuecomment-1872620422

   The PR is ready for review again, sorry for the noise.
   
   the normal condition where propList isn't used failed, due to the *Remove 
duplicate Query expressions* commit overwriting qString, instead of appending.
   
   ```diff
   +        qString += String.join("", uniquePropListQueryStrings);
   -         qString = String.join("", uniquePropListQueryStrings);
   ```
   
   Updated some variable names, forced updated to reasonable number of commits 
and CI job passed.
   
   
https://github.com/OyvindLGjesdal/jena/actions/runs/7366703795/job/20049203950
   
   Also updated the PR description


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