-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add read of Arrow TimeStamp without timezone as LocalDatetime #515 #516
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the addition and the tests!
Please lint your (test) files, otherwise our CI will fail. You can test this by running gradlew lintKotlin
.
In the future we should probably think about using Kotlinx LocalDateTime instead of the Java one, but since the Java variants are already used in the other Arrow functions, this is probably fine for now.
dataframe-arrow/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/ArrowKtTest.kt
Outdated
Show resolved
Hide resolved
dataframe-arrow/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/ArrowKtTest.kt
Outdated
Show resolved
Hide resolved
After #521 is merged, please rebase, fix the linting issues and then it can be merged :) |
It's merged, please rebase so we can merge your branch too :) |
d4ddc73
to
9d3e4e1
Compare
I think it's ok, you can check and merge |
dataframe-arrow/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/ArrowKtTest.kt
Outdated
Show resolved
Hide resolved
dataframe-arrow/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/ArrowKtTest.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost :) sorry to nitpick.
The CI tests I ran successfully on https://github.com/Kotlin/dataframe/tree/fb64-master btw :)
no problem, it's weird I ran |
Thanks! I suspect it's because we had to turn off a linter rule because it broke in some scenario. For this specific one I think it's because we allow notations like |
Well, you can close the related issue #515 |
Implementation of Arrow TimeStamp types (without time zone)