Skip to content

Conversation

aceforeverd
Copy link
Collaborator

  1. fixes udf doc gen: too many entries removed #3107, cause by wrong doc in nth_value_where source
  2. upgrade doxyfile, support newer version
  3. upgrade pylintrc, support new version
  4. improve doc generate, add the any type as synonym to bool, intXX, float, double, string, timestamp, date

@codecov
Copy link

codecov bot commented Feb 27, 2023

Codecov Report

Base: 36.46% // Head: 75.69% // Increases project coverage by +39.23% 🎉

Coverage data is based on head (adfa977) compared to base (f178654).
Patch has no changes to coverable lines.

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #3109       +/-   ##
=============================================
+ Coverage     36.46%   75.69%   +39.23%     
  Complexity      393      393               
=============================================
  Files           160      666      +506     
  Lines          9624   124762   +115138     
  Branches       1132     1132               
=============================================
+ Hits           3509    94436    +90927     
- Misses         5879    30090    +24211     
  Partials        236      236               
Impacted Files Coverage Δ
hybridse/src/udf/default_defs/aggregate_def.cc 100.00% <ø> (ø)
...ridse/src/udf/default_defs/window_functions_def.cc 82.85% <ø> (ø)
hybridse/src/udf/default_udf_library.cc 97.25% <ø> (ø)
src/catalog/tablet_catalog.cc 71.54% <0.00%> (ø)
hybridse/examples/toydb/src/storage/list_test.cc 100.00% <0.00%> (ø)
src/apiserver/interface_provider.h 0.00% <0.00%> (ø)
src/base/glog_wrapper.h 100.00% <0.00%> (ø)
hybridse/src/codegen/window_ir_builder.h 100.00% <0.00%> (ø)
hybridse/src/codegen/type_ir_builder.h 100.00% <0.00%> (ø)
hybridse/src/vm/jit_wrapper.h 100.00% <0.00%> (ø)
... and 499 more

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 27, 2023

SDK Test Report

  90 files    90 suites   1m 36s ⏱️
181 tests 172 ✔️ 9 💤 0
227 runs  218 ✔️ 9 💤 0

Results for commit adfa977.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

HybridSE Linux Test Report

19 429 tests   19 427 ✔️  7m 21s ⏱️
     244 suites           2 💤
       67 files             0

Results for commit adfa977.

@github-actions
Copy link
Contributor

HybridSE Mac Test Report

19 429 tests   19 427 ✔️  9m 4s ⏱️
     244 suites           2 💤
       67 files             0

Results for commit adfa977.

@github-actions
Copy link
Contributor

Linux Test Report

       56 files       230 suites   1h 15m 34s ⏱️
11 923 tests 11 916 ✔️ 7 💤 0
16 924 runs  16 917 ✔️ 7 💤 0

Results for commit adfa977.

@aceforeverd aceforeverd merged commit 6581b6d into 4paradigm:main Feb 28, 2023
@aceforeverd aceforeverd deleted the fix-3107-udf-doc-gen branch February 28, 2023 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
execute-engine hybridse sql engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

udf doc gen: too many entries removed
3 participants