-
Notifications
You must be signed in to change notification settings - Fork 114
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
Feature java8 time #212
Feature java8 time #212
Conversation
…ut Year and testFunc
Add localdate、local_date_time、local_time struct
- add java8-time struct YearMonth and Period - add file License context Co-authored-by: wilson chen <willson.chenwx@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #212 +/- ##
==========================================
+ Coverage 66.73% 66.85% +0.11%
==========================================
Files 23 24 +1
Lines 2883 2893 +10
==========================================
+ Hits 1924 1934 +10
Misses 744 744
Partials 215 215
Continue to review full report at Codecov.
|
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.
LGTM
Hi, thank you maintainers for your review. We will add the rest types soon. |
add support java8 time object. apache#212, apache#221
What this PR does: Add java8.time support
Which issue(s) this PR fixes:
Fixes #193
Special notes for your reviewer:
Only part of java8.time classes are supported now. Please review our framework of impelement. And we will coding for the reset classes asap if this PR is merged.
java.time.OffsetDateTime
java.time.ZoneOffset
java.time.OffsetTime
java.time.ZoneDateTime
java.time.Year
java.time.YearMonth
java.time.MonthDay
java.time.Instant
java.time.Duration
java.time.Period
java.time.LocalTime
java.time.LocalDate
java.time.LocalDateTime
java.sql.Date
java.sql.Time
java.sql.Timestamp