Skip to content

Commit

Permalink
Add Python UDF support to binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Dec 13, 2024
1 parent da79aed commit f458368
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/trino-server/src/main/provisio/trino.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@
</artifact>
</artifactSet>

<artifactSet to="plugin/functions-python">
<artifact id="${project.groupId}:trino-functions-python:zip:${project.version}">
<unpack />
</artifact>
</artifactSet>

<artifactSet to="plugin/geospatial">
<artifact id="${project.groupId}:trino-geospatial:zip:${project.version}">
<unpack />
Expand Down

0 comments on commit f458368

Please sign in to comment.