substrait-io / substrait-java

Apache License 2.0
75 stars 72 forks source link

deterministic build failures due to Jabel #195

Open vbarua opened 11 months ago

vbarua commented 11 months ago

Periodically, Jabel does not appear to trigger correctly during builds and results in builds failing, locally and in CI, due to errors related to features it should be transforming.

See https://github.com/substrait-io/substrait-java/pull/193#issuecomment-1791675960 for an example

vbarua commented 11 months ago

The pull request I made on-top of the prior change builds fine, even though the code that was causing the error has been updated. https://github.com/substrait-io/substrait-java/pull/194