Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Allow python scripting #608

Open
lalithsuresh opened this issue Jun 1, 2020 · 0 comments
Open

Allow python scripting #608

lalithsuresh opened this issue Jun 1, 2020 · 0 comments

Comments

@lalithsuresh
Copy link
Contributor

lalithsuresh commented Jun 1, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants