Kotlin/dataframe

DataFrame.read doesn't work when called in shadow jar

koperagen opened this issue · 0 comments

I tried to build shadow jar with dataframe dependency.
It throws an exception in runtime in this line

DataFrame.read(''....csv')

Exception is that it couldn't guess format, tried [ArrowFeather] and that's all. So it seems that ServiceLoader can't locate other formats