maropu commented on a change in pull request #31623:
URL: https://github.com/apache/spark/pull/31623#discussion_r581598157
##########
File path: docs/sql-ref-syntax-aux-resource-mgmt-add-jar.md
##########
@@ -36,7 +36,7 @@ ADD JAR file_name
The name of the JAR file to be added. It could be either on a local file
system or a distributed file system or an Ivy URI.
Apache Ivy is a popular dependency manager focusing on flexibility and
simplicity. Now we support two parameter in URI query string:
- * transitive: whether to download dependent jars related to your ivy URL.
It is case-sensitive and only take last one if multiple transitive parameters
are specified.
+ * transitive: whether to download dependent jars related to your ivy URL.
The parameter name is case-sensitive, parameter value is case-insensitive and
only take last one if multiple transitive parameters are specified.
Review comment:
Could you split the second statement into two parts? e.g.,
```
The parameter name is case-sensitive and the parameter value is
case-insensitive. If multiple transitive parameters are specified, the last one
wins.
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]