Skip to content
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

docs: window and udf fix #2367

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

vagetablechicken
Copy link
Collaborator

Closes #2362

@github-actions github-actions bot added documentation Improvements or additions to documentation execute-engine hybridse sql engine labels Aug 18, 2022
@codecov
Copy link

codecov bot commented Aug 18, 2022

Codecov Report

Merging #2367 (9b53b83) into main (f368158) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main    #2367      +/-   ##
============================================
- Coverage     75.87%   75.87%   -0.01%     
  Complexity      368      368              
============================================
  Files           629      629              
  Lines        119285   119286       +1     
  Branches       1022     1022              
============================================
- Hits          90509    90508       -1     
- Misses        28560    28562       +2     
  Partials        216      216              
Impacted Files Coverage Δ
...ridse/src/udf/default_defs/window_functions_def.cc 73.91% <100.00%> (ø)
src/storage/disk_table_snapshot.cc 56.71% <0.00%> (-4.48%) ⬇️
hybridse/src/vm/local_tablet_handler.h 68.88% <0.00%> (-2.23%) ⬇️
src/storage/schema.h 84.55% <0.00%> (-1.63%) ⬇️
hybridse/src/vm/runner.cc 68.10% <0.00%> (-1.20%) ⬇️
hybridse/src/codec/type_codec.cc 74.88% <0.00%> (-0.92%) ⬇️
src/catalog/tablet_catalog.cc 70.82% <0.00%> (-0.80%) ⬇️
hybridse/src/vm/engine.cc 76.48% <0.00%> (-0.55%) ⬇️
hybridse/include/vm/mem_catalog.h 73.01% <0.00%> (-0.35%) ⬇️
src/codec/codec.cc 72.55% <0.00%> (-0.26%) ⬇️
... and 16 more

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

@github-actions
Copy link
Contributor

SDK Test Report

  79 files    79 suites   6m 8s ⏱️
167 tests 165 ✔️ 2 💤 0
209 runs  207 ✔️ 2 💤 0

Results for commit 9b53b83.

@github-actions
Copy link
Contributor

HybridSE Linux Test Report

19 629 tests   19 627 ✔️  5m 44s ⏱️
     237 suites           2 💤
       67 files             0

Results for commit 9b53b83.

@github-actions
Copy link
Contributor

HybridSE Mac Test Report

19 629 tests   19 627 ✔️  6m 55s ⏱️
     237 suites           2 💤
       67 files             0

Results for commit 9b53b83.

@github-actions
Copy link
Contributor

Linux Test Report

       55 files       200 suites   54m 31s ⏱️
  9 694 tests   9 687 ✔️ 7 💤 0
14 265 runs  14 258 ✔️ 7 💤 0

Results for commit 9b53b83.

@vagetablechicken vagetablechicken merged commit 1678fe8 into 4paradigm:main Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation execute-engine hybridse sql engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: window clause
3 participants