-
Notifications
You must be signed in to change notification settings - Fork 321
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
fix: add udf for string to timestamp and ut #3088
fix: add udf for string to timestamp and ut #3088
Conversation
tobegit3hub
commented
Feb 21, 2023
- Resolve Select timestamp(string_val) will get null data #3012 .
Codecov ReportBase: 36.46% // Head: 75.71% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #3088 +/- ##
=============================================
+ Coverage 36.46% 75.71% +39.25%
Complexity 393 393
=============================================
Files 160 666 +506
Lines 9624 124775 +115151
Branches 1132 1091 -41
=============================================
+ Hits 3509 94477 +90968
- Misses 5879 30062 +24183
Partials 236 236
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
java/openmldb-batch/src/main/scala/com/_4paradigm/openmldb/batch/nodes/ConstProjectPlan.scala
Outdated
Show resolved
Hide resolved
.../test/scala/com/_4paradigm/openmldb/batch/end2end/simple_project/TestStringToTimestamp.scala
Show resolved
Hide resolved
* Add udf for string to timestamp and ut * Handle illegal string length and return null
* Add udf for string to timestamp and ut * Handle illegal string length and return null