-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood issues to pick-up for newcomersGood issues to pick-up for newcomers
Milestone
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)
....
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood issues to pick-up for newcomersGood issues to pick-up for newcomers