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.08k stars 906 forks source link

Log the delete batch request in batch operation log #6681

Closed turboFei closed 2 weeks ago

turboFei commented 3 weeks ago

:mag: Description

Issue References ๐Ÿ”—

As title, log the delete batch request in operation log.

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 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 12 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (db5ce0c) to head (8550868). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
.../apache/kyuubi/server/api/v1/BatchesResource.scala 0.00% 5 Missing :warning:
...org/apache/spark/kyuubi/SQLOperationListener.scala 0.00% 4 Missing :warning:
...rg/apache/kyuubi/operation/AbstractOperation.scala 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6681 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 684 684 Lines 42233 42237 +4 Branches 5755 5755 ====================================== - Misses 42233 42237 +4 ```

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

turboFei commented 2 weeks ago

thanks, merged to 1.10.0