Skip to content

Implement read of Arrow TimeStamp types #515

Closed
@fb64

Description

@fb64

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

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood issues to pick-up for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions