This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git


The following commit(s) were added to refs/heads/master by this push:
     new fec59b66 [TOREE-536] AddJar command to support Google cloud storage 
(#200)
fec59b66 is described below

commit fec59b661a72dfe7b4102a0b3be98194a5dd70b0
Author: Wei Yan <[email protected]>
AuthorDate: Sat Jul 22 09:42:58 2023 -0700

    [TOREE-536] AddJar command to support Google cloud storage (#200)
---
 kernel/src/main/scala/org/apache/toree/magic/builtin/AddJar.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/src/main/scala/org/apache/toree/magic/builtin/AddJar.scala 
b/kernel/src/main/scala/org/apache/toree/magic/builtin/AddJar.scala
index f445aded..e8d13440 100644
--- a/kernel/src/main/scala/org/apache/toree/magic/builtin/AddJar.scala
+++ b/kernel/src/main/scala/org/apache/toree/magic/builtin/AddJar.scala
@@ -30,7 +30,7 @@ import org.apache.hadoop.fs.Path
 import org.apache.toree.plugins.annotations.Event
 
 object AddJar {
-  val HADOOP_FS_SCHEMES = Set("hdfs", "s3", "s3n", "file")
+  val HADOOP_FS_SCHEMES = Set("hdfs", "s3", "s3n", "file", "gs")
 
   private var jarDir:Option[String] = None
 

Reply via email to