OpenMLDB icon indicating copy to clipboard operation
OpenMLDB copied to clipboard

feat: delete record interface of specified timestamp

Open XLC-2 opened this issue 2 years ago • 4 comments

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) feature

  • What is the current behavior? (You can also link to an open issue here) only all records of one key can be deleted

  • What is the new behavior (if this is a feature change)? tablet can delete the record with the specified timestamp of a key

XLC-2 avatar Aug 12 '22 01:08 XLC-2

Codecov Report

Base: 75.86% // Head: 36.37% // Decreases project coverage by -39.49% :warning:

Coverage data is based on head (82628f2) compared to base (37405cf). Patch has no changes to coverable lines.

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #2341       +/-   ##
=============================================
- Coverage     75.86%   36.37%   -39.50%     
- Complexity      368      377        +9     
=============================================
  Files           629      156      -473     
  Lines        119225     9212   -110013     
  Branches       1022     1053       +31     
=============================================
- Hits          90452     3351    -87101     
+ Misses        28557     5630    -22927     
- Partials        216      231       +15     
Impacted Files Coverage Δ
...aradigm/openmldb/batch/window/WindowComputer.scala 74.07% <0.00%> (-1.86%) :arrow_down:
..._4paradigm/openmldb/batch/utils/HybridseUtil.scala 75.71% <0.00%> (-1.43%) :arrow_down:
...4paradigm/openmldb/batch/api/OpenmldbSession.scala 60.39% <0.00%> (-1.23%) :arrow_down:
.../com/_4paradigm/openmldb/batch/SparkRowCodec.scala 56.89% <0.00%> (-0.58%) :arrow_down:
...4paradigm/openmldb/batch/nodes/WindowAggPlan.scala 60.54% <0.00%> (-0.28%) :arrow_down:
...paradigm/openmldb/batch/nodes/RowProjectPlan.scala 80.55% <0.00%> (ø)
...adigm/openmldb/taskmanager/zk/FailoverWatcher.java 0.00% <0.00%> (ø)
src/client/tablet_client.cc
src/codec/row_codec.h
src/sdk/sql_cluster_router.cc
... and 509 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Aug 12 '22 02:08 codecov[bot]

SDK Test Report

  81 files    81 suites   5m 38s :stopwatch: 169 tests 167 :heavy_check_mark: 2 :zzz: 0 :x: 212 runs  210 :heavy_check_mark: 2 :zzz: 0 :x:

Results for commit 82628f2a.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Aug 12 '22 02:08 github-actions[bot]

Linux Test Report

566 tests   559 :heavy_check_mark:  26m 20s :stopwatch:   57 suites      7 :zzz:   51 files        0 :x:

Results for commit 82628f2a.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Aug 12 '22 03:08 github-actions[bot]

please resolve the compiling error https://github.com/4paradigm/OpenMLDB/runs/8198252813?check_suite_focus=true

dl239 avatar Sep 09 '22 09:09 dl239