Describe the bug
Exception in thread "main" java.lang.ClassCastException: class smile.data.vector.VectorImpl cannot be cast to class smile.data.vector.StringVector (smile.data.vector.VectorImpl and smile.data.vector.StringVector are in unnamed module of loader 'app')
Expected behavior
get StringVector
Actual behavior
println(stringVector(0).toDate("M/d/yyyy").toArray().contentToString())
Code snippet
Additional context
Orack JDK 21.0.1
Smile-kotlin 3.0.2
Windows
Describe the bug Exception in thread "main" java.lang.ClassCastException: class smile.data.vector.VectorImpl cannot be cast to class smile.data.vector.StringVector (smile.data.vector.VectorImpl and smile.data.vector.StringVector are in unnamed module of loader 'app')
Expected behavior get StringVector
Actual behavior println(stringVector(0).toDate("M/d/yyyy").toArray().contentToString())
Code snippet
Additional context Orack JDK 21.0.1 Smile-kotlin 3.0.2 Windows