Skip to content

Commit

Permalink
[SPARK-46812][CONNECT][FOLLOW-UP] Make `handleCreateResourceProfileCo…
Browse files Browse the repository at this point in the history
…mmand` private

### What changes were proposed in this pull request?
Make `handleCreateResourceProfileCommand` private

### Why are the changes needed?
it should not be exposed to users

### Does this PR introduce _any_ user-facing change?
no

### How was this patch tested?
ci

### Was this patch authored or co-authored using generative AI tooling?
no

Closes apache#45998 from zhengruifeng/private_handleCreateResourceProfileCommand.

Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
zhengruifeng authored and dongjoon-hyun committed Apr 11, 2024
1 parent eaf6b51 commit a54e53b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3421,7 +3421,7 @@ class SparkConnectPlanner(
.build())
}

def handleCreateResourceProfileCommand(
private def handleCreateResourceProfileCommand(
createResourceProfileCommand: CreateResourceProfileCommand,
responseObserver: StreamObserver[proto.ExecutePlanResponse]): Unit = {
val rp = createResourceProfileCommand.getProfile
Expand Down

0 comments on commit a54e53b

Please sign in to comment.