Steps to Reproduce:
Run this query https://query.wikidata.org/#SELECT%20%3Fcountry%20%28MAX%28%3Fpopulation%29%20AS%20%3Fpopulation%29%20WHERE%20%7B%0A%20%20%20%20%20%20%20%20%3Fcountry%20wdt%3AP31%20wd%3AQ6256%20.%0A%20%20%20%20%20%20%20%20%3Fcountry%20wdt%3AP1082%20%3Fpopulation%20.%0A%7D%20GROUP%20BY%20%3Fcountry%0A
Actual Results:
java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.lang.StackOverflowError
etc
Expected Results:
Something more like you would get if you ran this query:
https://query.wikidata.org/#SELECT%20%3Fcountry%20%28SAMPLE%28%3Fpopulation%29%20AS%20%3Fpopulation%29%20WHERE%20%7B%0A%20%20%20%20%20%20%20%20%3Fcountry%20wdt%3AP31%20wd%3AQ6256%20.%0A%20%20%20%20%20%20%20%20%3Fcountry%20wdt%3AP1082%20%3Fpopulation%20.%0A%7D%20GROUP%20BY%20%3Fcountry%0A