You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "akishichinibu (via GitHub)" <gi...@apache.org> on 2023/03/07 07:16:50 UTC

[GitHub] [zeppelin] akishichinibu opened a new pull request, #4573: [ZEPPELIN-5888] Upgrade sparql version to 3.17.0

akishichinibu opened a new pull request, #4573:
URL: https://github.com/apache/zeppelin/pull/4573

   ### What is this PR for?
   Zeppelin Interpreter Support SPARQL From 3.12.0 To 3.17.0
   
   ### What type of PR is it?
   Improvement
   
   ### Todos
   * [ ] - Task
   
   ### What is the Jira issue?
   * https://issues.apache.org/jira/browse/ZEPPELIN-5888
   
   ### How should this be tested?
   * CI passed
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the license files need to update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   


-- 
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: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [zeppelin] jongyoul commented on pull request #4573: [ZEPPELIN-5888] Upgrade sparql version to 3.17.0

Posted by "jongyoul (via GitHub)" <gi...@apache.org>.
jongyoul commented on PR #4573:
URL: https://github.com/apache/zeppelin/pull/4573#issuecomment-1458109071

   BTW, is it necessary to keep this interpreter? I don't know about the detail but sometimes I feel like we should think we could maintain this interpreter continuously or not. WDYT?


-- 
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: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [zeppelin] akishichinibu commented on a diff in pull request #4573: [ZEPPELIN-5888] Upgrade sparql version to 3.17.0

Posted by "akishichinibu (via GitHub)" <gi...@apache.org>.
akishichinibu commented on code in PR #4573:
URL: https://github.com/apache/zeppelin/pull/4573#discussion_r1127450230


##########
sparql/pom.xml:
##########
@@ -33,7 +33,7 @@
 
     <properties>
         <interpreter.name>sparql</interpreter.name>
-        <jena.version>3.12.0</jena.version>
+        <jena.version>3.17.0</jena.version>

Review Comment:
   The Java 11 is [required since Jena 4](https://jena.apache.org/download/index.cgi#:~:text=Jena4%20requires%20Java%2011.). 



-- 
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: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org