Skip to content

Commit 42f1837

Browse files
cxzl25pan3793
authored andcommitted
[KYUUBI #2760] Add adapter layer in Kyuubi Hive JDBC module
### _Why are the changes needed?_ Separate noisy code in an adapter layer to make code maintainable. ### _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 - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2760 from cxzl25/jdbc_adapter_layer. Closes #2760 e68aa0d [sychen] trigger test 758f982 [sychen] remove duplicate 52aab5d [sychen] add adapter layer Authored-by: sychen <sychen@ctrip.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent e1921fc commit 42f1837

19 files changed

+3295
-4994
lines changed

kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/ClosedOrCancelledException.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public class ClosedOrCancelledException extends SQLException {
2323

2424
private static final long serialVersionUID = 0;
2525

26-
/** @param msg (exception message) */
2726
public ClosedOrCancelledException(String msg) {
2827
super(msg);
2928
}

0 commit comments

Comments
 (0)