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
for a slice from a TableSliceGroup, a call to structure fails with an Exception: java.lang.ClassCastException: class tech.tablesaw.api.DoubleColumn cannot be cast to class tech.tablesaw.api.IntColumn (tech.tablesaw.api.DoubleColumn and tech.tablesaw.api.IntColumn are in unnamed module of loader 'app')
This was the case for a table with different columns of "real data", but is the same for this following small example:
Hi,
for a slice from a TableSliceGroup, a call to
structure
fails with an Exception:java.lang.ClassCastException: class tech.tablesaw.api.DoubleColumn cannot be cast to class tech.tablesaw.api.IntColumn (tech.tablesaw.api.DoubleColumn and tech.tablesaw.api.IntColumn are in unnamed module of loader 'app')
This was the case for a table with different columns of "real data", but is the same for this following small example:
I've tested it with Amazon Corretto 16 and tablesaw-core:0.38.2 / 0.38.3
The text was updated successfully, but these errors were encountered: