Closed
Description
Reading TimeStamp types from Arrow format is not implemented, it could be useful to read them as a LocalDateTime.
TimeStampVector are currently not supported
Exception in thread "main" kotlin.NotImplementedError: reading from org.apache.arrow.vector.TimeStampNanoVector is not implemented
at org.jetbrains.kotlinx.dataframe.io.ArrowReadingImplKt.readField(arrowReadingImpl.kt:207)
at org.jetbrains.kotlinx.dataframe.io.ArrowReadingImplKt.readArrowFeatherImpl(arrowReadingImpl.kt:251)
at org.jetbrains.kotlinx.dataframe.io.ArrowReadingKt.readArrowFeather(arrowReading.kt:62)
at org.jetbrains.kotlinx.dataframe.io.ArrowReadingKt.readArrowFeather$default(arrowReading.kt:58)
at org.jetbrains.kotlinx.dataframe.io.ArrowReadingKt.readArrowFeather(arrowReading.kt:126)
at org.jetbrains.kotlinx.dataframe.io.ArrowReadingKt.readArrowFeather(arrowReading.kt:170)
at org.jetbrains.kotlinx.dataframe.io.ArrowReadingKt.readArrowFeather$default(arrowReading.kt:164)
....