You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
With PR #607, we can use Graal to run different languages on the JVM. Other than the special casing for dates in JSVirtualRowSnapshot, the code is basically guest language agnostic. Any python script that the user supplies can be executed via graal using context.eval("python", "<code>").
That said, graal-python requires some out-of-band rituals to set up, and given how slow it for stock JDKs, the team doesn't seem keen on supporting a maven artifact similar to graal-js: oracle/graalpython#96
We can keep this around as a tracking issue to see if these problems go away with time.
The text was updated successfully, but these errors were encountered:
With PR #607, we can use Graal to run different languages on the JVM. Other than the special casing for dates in
JSVirtualRowSnapshot
, the code is basically guest language agnostic. Any python script that the user supplies can be executed via graal usingcontext.eval("python", "<code>")
.That said, graal-python requires some out-of-band rituals to set up, and given how slow it for stock JDKs, the team doesn't seem keen on supporting a maven artifact similar to graal-js: oracle/graalpython#96
We can keep this around as a tracking issue to see if these problems go away with time.
The text was updated successfully, but these errors were encountered: