Skip to content

Commit

Permalink
[hotfix] Add xtable prefix to hudi-support jar in demo jupyter node
Browse files Browse the repository at this point in the history
  • Loading branch information
daragu authored and the-other-tim-brown committed Jun 5, 2024
1 parent ce21c4a commit 4a96627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/notebook/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4a96627

Please sign in to comment.