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.
I have opened a case haifengl/smile#827 to ask for guidance too.
Thanks in advance.
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)