Håkan Råberg

Results 13 comments of Håkan Råberg

Also worth noting that Graal itself is currently a 1.8 based JVM.

As JNR doesn't work in the native image, we could consider cutting out JNI (and JNR) entirely and use the`org.graalvm.nativeimage.c` which is only available inside the native image to call...

* UNNEST and LATERAL does not work when nested inside explicit JOINS, only on top-level in FROM. * Row subqueries aren't dealt with in the contexts they can appear. *...