apache / kyuubi

Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses.
https://kyuubi.apache.org/
Apache License 2.0
2.11k stars 914 forks source link

[BUILD] compare commits and contributors #6780

Open bowenliang123 opened 4 weeks ago

bowenliang123 commented 4 weeks ago

:mag: Description

Issue References ๐Ÿ”—

This pull request fixes #

Describe Your Solution ๐Ÿ”ง

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Types of changes :bookmark:

Test Plan ๐Ÿงช

Behavior Without This Pull Request :coffin:

Behavior With This Pull Request :tada:

Related Unit Tests


Checklist ๐Ÿ“

Be nice. Be informative.

codecov-commenter commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 0.00%. Comparing base (d3520dd) to head (0e357ee).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6780 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 687 687 Lines 42439 42439 Branches 5793 5793 ====================================== Misses 42439 42439 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

yaooqinn commented 6 days ago

Thank you for raising this PR, @bowenliang123

Shall we merge this with https://github.com/apache/kyuubi/blob/master/build/release/pre_gen_release_notes.py#L211-L236

bowenliang123 commented 4 days ago

Thank you for raising this PR, @bowenliang123

Shall we merge this with https://github.com/apache/kyuubi/blob/master/build/release/pre_gen_release_notes.py#L211-L236

I didn't realize the existing script pre_gen_release_notes.py. I will spend more time evaluating their purposes and an evolution plan.