Dane Pitkin
Dane Pitkin
Hi @zinking , I don't think there is any plan to revive this. FWIW, the Substrait ExtendedExpression support landed in C++ and Python[1]. The Java implementation[2] is in final review...
Have you tried running with `--add-opens=java.base/java.nio=ALL-UNNAMED`? I believe this is a known issue. See https://arrow.apache.org/docs/java/install.html#java-compatibility
Ah, thanks for digging in to it! Sorry for the rabbit hole. The next Arrow release (v14) should be released in October, sometime after Oct 10th (code freeze).
Thanks for the feedback @jorisvandenbossche ! I went ahead and reused the `FromListView()` APIs.
The appveyor error is a known issue on main and already has a GH issue for it.
Hey @kou , by chance is this something you could take on?
@raulcd This should probably be something we add to 15.0.2 as a failsafe.
 I'm curious if you think anything else should be added to the PyArrow docs for ListView. I didn't see any other places in the user guide worth bringing it...
Hey @judahrand! would you consider moving this PR to draft mode to signify changes are still needed?
Hi @ViggoC , no this has been paused on my end for quite some time. I might be able to work on it for the Arrow v18 release. Feel free...