Fokko Driesprong

Results 478 comments of Fokko Driesprong

@maytasm The old evaluator might be a good starting point as it is almost a 1-to-1 copy of the Java implementation. I would double check if there are additions to...

@tusharchou Thank you, I've removed the stale label 🙌

This has been included in https://github.com/apache/iceberg-python/pull/1817

@raphaelauv Thanks, I've removed the label. The PR that we want to track is https://github.com/apache/arrow/pull/37400. It is open since Aug 2023, but there is still activity. Hope it will land...

The tests are failing, but that's because Jackson ships with JDK21-specific code, and the shadow plugin cannot cope with that. There is a fork of the plugin, but that one...

Looks like there are erroneously issues with the duplicate classes, but they are JVM specific: ``` # Danger! Multiple jars contain identically named classes. This may cause different behaviour depending...

Feel free to dig into it. The current version that we use is from November 2021: https://github.com/palantir/gradle-baseline/releases/tag/4.42.0 :(

I'm also good to leave this one out for the 1.6.0 release. I think it is going to be quite a bit of work.

@findepi Looks like some false positive from the shadow plugin that's unable to coop with the Java-version specific files. Have to dig deeper into this.