From 9d2cb4875839c45b10b74d53ce970ee9ac0e9cfb Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Mon, 3 Apr 2023 18:16:01 +0800 Subject: [PATCH] Update docs/quick_start/quick_start_with_jdbc.md Co-authored-by: Kent Yao --- docs/quick_start/quick_start_with_jdbc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick_start/quick_start_with_jdbc.md b/docs/quick_start/quick_start_with_jdbc.md index 07a8ec6a4f6..c409581916a 100644 --- a/docs/quick_start/quick_start_with_jdbc.md +++ b/docs/quick_start/quick_start_with_jdbc.md @@ -63,7 +63,7 @@ public class KyuubiJDBC { ## Connect to Kerberized Kyuubi Server -The following Java code is using a keytab file to login and connect to Kyuubi Server by JDBC. +The following Java code uses a keytab file to login and connect to Kyuubi Server by JDBC. ```java package org.apache.kyuubi.examples;