Skip to content

The version 4.2.0 of smile-core is using IntType where SmileConverter of tablesaw-core is using IntegerType #1295

@wernkoe

Description

@wernkoe

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions