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

timbrown pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git


The following commit(s) were added to refs/heads/main by this push:
     new 4a96627a [hotfix] Add xtable prefix to hudi-support jar in demo 
jupyter node
4a96627a is described below

commit 4a96627a328478237c8d1ae51832eef6fd3f87da
Author: daragu <dar...@163.com>
AuthorDate: Mon May 27 19:16:47 2024 +0800

    [hotfix] Add xtable prefix to hudi-support jar in demo jupyter node
---
 demo/notebook/demo.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/demo/notebook/demo.ipynb b/demo/notebook/demo.ipynb
index e877a7a9..40aa55ea 100644
--- a/demo/notebook/demo.ipynb
+++ b/demo/notebook/demo.ipynb
@@ -29,7 +29,7 @@
     "import $ivy.`io.delta:delta-core_2.12:2.0.2`\n",
     "import $cp.`/home/jars/xtable-core-0.1.0-SNAPSHOT.jar`\n",
     "import $cp.`/home/jars/xtable-api-0.1.0-SNAPSHOT.jar`\n",
-    "import $cp.`/home/jars/hudi-utils-0.1.0-SNAPSHOT.jar`\n",
+    "import $cp.`/home/jars/xtable-hudi-support-utils-0.1.0-SNAPSHOT.jar`\n",
     "import $ivy.`org.apache.iceberg:iceberg-hive-runtime:1.3.1`\n",
     "import $ivy.`io.trino:trino-jdbc:431`\n",
     "import java.util._\n",

Reply via email to