yaooqinn commented on code in PR #49223:
URL: https://github.com/apache/spark/pull/49223#discussion_r1889914719


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -2053,9 +2053,10 @@ object SQLConf {
     .createWithDefault(false)
 
   val IGNORE_INVALID_PARTITION_PATHS = 
buildConf("spark.sql.files.ignoreInvalidPartitionPaths")
-    .doc("Whether to ignore invalid partition paths that do not match 
<column>=<value>. When " +
-      "the option is enabled, table with two partition directories 
'table/invalid' and " +
-      "'table/col=1' will only load the latter directory and ignore the 
invalid partition")
+    .doc("Whether to ignore invalid partition paths that do not match " +
+      "&lt;column&gt;=&lt;value&gt;. When the option is enabled, table with 
two partition " +

Review Comment:
   I would like to do that but I was considering it might be tricky to 
distinguish them from valid HTML tags.



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