Copilot commented on code in PR #5282:
URL: https://github.com/apache/zeppelin/pull/5282#discussion_r3540854376


##########
docs/usage/other_features/zeppelin_context.md:
##########
@@ -35,7 +35,7 @@ environments is described below.
 
 ## Usage in Programming Language Cells
 
-In many programming-language interpreters (e.g. Apache Spark, Python, R) the 
zeppelin-context is available
+In many programming-language interpreters (e.g. Apache Spark and Python) the 
zeppelin-context is available
 as a predefined variable `z` that can be used by directly invoking its methods.
 The methods available on the `z` object are described below.
 Other interpreters based on programming languages. also provide the predefined 
variable `z`.

Review Comment:
   There’s a stray period splitting the sentence, which makes the paragraph 
grammatically incorrect.



##########
docs/interpreter/spark.md:
##########
@@ -1,7 +1,7 @@
 ---
 layout: page
 title: "Apache Spark Interpreter for Apache Zeppelin"
-description: "Apache Spark is a fast and general-purpose cluster computing 
system. It provides high-level APIs in Java, Scala, Python and R, and an 
optimized engine that supports general execution engine."
+description: "Apache Spark is a fast and general-purpose cluster computing 
system. It provides high-level APIs including Java, Scala and Python, and an 
optimized engine that supports general execution engine."

Review Comment:
   The description contains the duplicated phrase “engine that supports … 
engine”. Consider rewording to avoid the repetition.



-- 
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]

Reply via email to