You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use List in my model, however when I do that I have runtime exception during my tests. It seems like I end up with a broken model, with a List that throws whatever I do with it. I'm getting a java.util.NoSuchElementException: head of empty list exception from inside the Scala standard lib, so it's neither empty nor containing valid values.
I created a repro as a new test in this branch: erwan@2d339dc
Is there anything I should do differently here? Or maybe that would be a bug in the library?
(migrated from findify/flink-adt#71 as the same issue is present in this new lib)
The text was updated successfully, but these errors were encountered:
I'm trying to use List in my model, however when I do that I have runtime exception during my tests. It seems like I end up with a broken model, with a List that throws whatever I do with it. I'm getting a
java.util.NoSuchElementException: head of empty list
exception from inside the Scala standard lib, so it's neither empty nor containing valid values.I created a repro as a new test in this branch: erwan@2d339dc
Is there anything I should do differently here? Or maybe that would be a bug in the library?
(migrated from findify/flink-adt#71 as the same issue is present in this new lib)
The text was updated successfully, but these errors were encountered: