Reamer commented on code in PR #4886:
URL: https://github.com/apache/zeppelin/pull/4886#discussion_r1819023935
##########
sparql/src/test/java/org/apache/zeppelin/sparql/SparqlJenaEngineTest.java:
##########
@@ -108,6 +108,10 @@ void testSuccessfulRawQuery() {
assertEquals(Code.SUCCESS, result.code());
final String expected = "?subject\t?predicate\t?object\n" +
Review Comment:
Apparently the sorting has been changed a little. I hope it doesn't cause
any problems.
--
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]