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

Align the server/engine ExecuteStatement operation handle for Spark engine #4415

Closed
wants to merge 3 commits into from

Conversation

turboFei
Copy link
Member

Why are the changes needed?

How was this patch tested?

  • Add some test cases that check the changes thoroughly including negative and positive cases if possible

  • Add screenshots for manual tests if appropriate

  • Run test locally before make a pull request

@codecov-commenter
Copy link

codecov-commenter commented Feb 25, 2023

Codecov Report

Merging #4415 (d3fbf05) into master (787f86c) will increase coverage by 0.01%.
The diff coverage is 90.90%.

❗ Current head d3fbf05 differs from pull request most recent head 7172179. Consider uploading reports for the commit 7172179 to get more accurate results

@@             Coverage Diff              @@
##             master    #4415      +/-   ##
============================================
+ Coverage     53.80%   53.82%   +0.01%     
  Complexity       13       13              
============================================
  Files           564      564              
  Lines         30955    30968      +13     
  Branches       4170     4170              
============================================
+ Hits          16656    16668      +12     
- Misses        12739    12740       +1     
  Partials       1560     1560              
Impacted Files Coverage Δ
...org/apache/spark/kyuubi/SQLOperationListener.scala 84.14% <0.00%> (-1.22%) ⬇️
.../org/apache/kyuubi/config/KyuubiReservedKeys.scala 0.00% <ø> (ø)
...rg/apache/kyuubi/operation/AbstractOperation.scala 81.81% <50.00%> (-1.14%) ⬇️
...uubi/engine/spark/operation/ExecuteStatement.scala 80.80% <100.00%> (+1.68%) ⬆️
...kyuubi/engine/spark/operation/SparkOperation.scala 76.82% <100.00%> (ø)
...ine/spark/operation/SparkSQLOperationManager.scala 85.71% <100.00%> (+0.45%) ⬆️
...org/apache/kyuubi/operation/ExecuteStatement.scala 79.51% <100.00%> (+0.24%) ⬆️
.../org/apache/kyuubi/operation/KyuubiOperation.scala 76.40% <100.00%> (+0.26%) ⬆️
...e/kyuubi/jdbc/hive/ClosedOrCancelledException.java 0.00% <0.00%> (-100.00%) ⬇️
...in/spark/authz/ranger/SparkRangerAdminPlugin.scala 64.47% <0.00%> (-2.64%) ⬇️
... and 6 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@turboFei turboFei closed this in 43309b8 Feb 26, 2023
@turboFei turboFei added this to the v1.8.0 milestone Feb 26, 2023
@turboFei turboFei deleted the operation_handle_align branch February 26, 2023 12:52
@turboFei
Copy link
Member Author

thanks, merged to master

pan3793 pushed a commit that referenced this pull request May 16, 2023
…for ExecuteScala, ExecutePython and PlanOnlyStatement

### _Why are the changes needed?_

As title.

### _How was this patch tested?_
- [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #4832 from turboFei/scala_python_handle.

Closes #4415

a5a44df [fwang12] ut
eaf7f00 [fwang12] ut
c8d7a5c [fwang12] save

Authored-by: fwang12 <fwang12@ebay.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants