-
Notifications
You must be signed in to change notification settings - Fork 319
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(codec): encode/decode map value to codec row #3713
Conversation
2ef30f5
to
31867ac
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3713 +/- ##
============================================
+ Coverage 74.91% 74.92% +0.01%
Complexity 658 658
============================================
Files 737 738 +1
Lines 132541 133155 +614
Branches 1380 1380
============================================
+ Hits 99290 99771 +481
- Misses 32947 33080 +133
Partials 304 304 ☔ View full report in Codecov by Sentry. |
6cc89a2
to
1956cc0
Compare
This updated proto defines for `hybridse::type::ColumnDef`, old data type field `ColumnDef::type`, as well as `ColumnDef::is_not_null` consider deprecated, and `ColumnDef::schema` consider the new data type for new codes. Old fields still workable but may going to removed in further release.
1956cc0
to
ae12921
Compare
SDK Test Report101 files ±0 101 suites ±0 2m 20s ⏱️ +13s Results for commit fb76df3. ± Comparison against base commit 0003109. This pull request removes 42 and adds 21 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
HybridSE Mac Test Report20 118 tests 20 116 ✅ 11m 6s ⏱️ Results for commit fb76df3. ♻️ This comment has been updated with latest results. |
HybridSE Linux Test Report20 118 tests 20 116 ✅ 6m 6s ⏱️ Results for commit fb76df3. ♻️ This comment has been updated with latest results. |
ae12921
to
fb76df3
Compare
also give a quick fix to #3712