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 ran into the following error message when trying to upgrade smile-core from 4.1.0 to 4.2.0. I tracked it down to what I believe is the incompatible dataType.
smile-core of 4.1.0 is using IntegerType whereas 4.2.0 is using IntType.
tablesaw-core of 0.44.1 is still converting to IntegerType.
Therefore when I tried to upgrade smile-core to 4.2.0, the error message showed up. Please kindly advise how to proceed.
Exception in thread "Thread-1" java.lang.NoSuchFieldError: Class smile.data.type.DataTypes does not have member field 'smile.data.type.IntegerType IntegerType'
at tech.tablesaw.conversion.smile.SmileConverter.toSmileType(SmileConverter.java:70)