Skip to content

Commit

Permalink
[KYUUBI #4012] Remove unused okStatusWithHint method
Browse files Browse the repository at this point in the history
### _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](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #4012 from cxzl25/remove_okStatusWithHint.

Closes #4012

c9eb482 [sychen] remove unused okStatusWithHint method

Authored-by: sychen <sychen@ctrip.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
  • Loading branch information
cxzl25 authored and pan3793 committed Dec 19, 2022
1 parent 4000972 commit f96f5b3
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -645,10 +645,4 @@ private[kyuubi] object TFrontendService {

def getSessionHandle: SessionHandle = sessionHandle
}

def okStatusWithHint(hint: Seq[String]): TStatus = {
val ok = new TStatus(TStatusCode.SUCCESS_STATUS)
ok.setInfoMessages(hint.asJava)
ok
}
}

0 comments on commit f96f5b3

Please sign in to comment.