gc-avanade

Results 1 issues of gc-avanade

https://github.com/databricks/spark-xml/blob/c42d6bcdf98719b41248954feecf21bb2596feaa/src/main/scala/com/databricks/spark/xml/XmlOptions.scala#L24 Here is the code snippet of a process in Production in Azure Databricks. ```py df \ .where("COL1 = 'VAL'") \ .selectExpr(COL1, COL2) \ .coalesce(1) \ .write \ .format('com.databricks.spark.xml') \...