-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat(datastore): support complex column types #1277
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1277 +/- ##
============================================
- Coverage 75.90% 73.88% -2.02%
+ Complexity 1287 1212 -75
============================================
Files 289 287 -2
Lines 13413 13399 -14
Branches 655 651 -4
============================================
- Hits 10181 9900 -281
- Misses 3009 3277 +268
+ Partials 223 222 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
5540a18
to
39f8754
Compare
server/controller/src/main/java/ai/starwhale/mlops/datastore/TableSchema.java
Outdated
Show resolved
Hide resolved
server/controller/src/main/java/ai/starwhale/mlops/datastore/TableSchema.java
Outdated
Show resolved
Hide resolved
server/controller/src/main/java/ai/starwhale/mlops/datastore/TableSchemaDesc.java
Outdated
Show resolved
Hide resolved
server/controller/src/main/java/ai/starwhale/mlops/datastore/impl/MemoryTableImpl.java
Show resolved
Hide resolved
server/controller/src/main/java/ai/starwhale/mlops/datastore/impl/MemoryTableImpl.java
Outdated
Show resolved
Hide resolved
c9d603f
to
ac77a8b
Compare
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
Description
Modules
Checklist