bowenliang123 commented on code in PR #4256:
URL: https://github.com/apache/kyuubi/pull/4256#discussion_r1097582920


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -2160,8 +2160,11 @@ object KyuubiConf {
   val OPERATION_LANGUAGE: ConfigEntry[String] =
     buildConf("kyuubi.operation.language")
       .doc("Choose a programing language for the following inputs" +
-        " <ul><li>SQL: (Default) Run all following statements as SQL 
queries.</li>" +
-        " <li>SCALA: Run all following input a scala codes</li></ul>")
+        "<ul>" +
+        " <li>SQL: (Default) Run all following statements as SQL 
queries.</li>" +
+        " <li>SCALA: Run all following input as scala codes</li>" +
+        " <li>PYTHON: (Experimental) Run all following input as PySpark 
codes</li>" +

Review Comment:
   Good, updated.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to