Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
763 stars 48 forks source link

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

Open koperagen opened 1 month ago

koperagen commented 1 month ago

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