beliefer commented on code in PR #43722:
URL: https://github.com/apache/spark/pull/43722#discussion_r1390575622
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/xml/XmlInferSchema.scala:
##########
@@ -115,7 +119,8 @@ private[sql] class XmlInferSchema(options: XmlOptions)
extends Serializable with
}
}
- def infer(xml: String,
+ def infer(
+ xml: String,
xsdSchema: Option[Schema] = None): Option[DataType] = {
Review Comment:
```suggestion
def infer(xml: String, xsdSchema: Option[Schema] = None): Option[DataType]
= {
```
--
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]