andygrove closed issue #1775: Drop support for Java 8
URL: https://github.com/apache/datafusion-comet/issues/1775
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe
Kontinuation commented on issue #1775:
URL:
https://github.com/apache/datafusion-comet/issues/1775#issuecomment-2903027908
Another Spark extension projection I am working on is also upgrading to Java
11: https://github.com/apache/sedona/pull/1942. The main consideration is that
major cloud
andygrove commented on issue #1775:
URL:
https://github.com/apache/datafusion-comet/issues/1775#issuecomment-2901908056
I see this comment in the github actions:
```
- name: Install JDK ${{inputs.jdk-version}}
uses: actions/setup-java@v4
with:
# dis
mbutrovich commented on issue #1775:
URL:
https://github.com/apache/datafusion-comet/issues/1775#issuecomment-2901826068
I'm a +1 for dropping Java 8 to bump java-arrow dependency. In addition to
picking up important bug fixes, we need a newer release to benefit from
Utf8View/StringView Ar