Re: [PR] [SPARK-47309][SQL][XML] Add schema inference unit tests [spark]

2024-03-11 Thread via GitHub
HyukjinKwon closed pull request #45411: [SPARK-47309][SQL][XML] Add schema inference unit tests URL: https://github.com/apache/spark/pull/45411 -- 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

Re: [PR] [SPARK-47309][SQL][XML] Add schema inference unit tests [spark]

2024-03-11 Thread via GitHub
HyukjinKwon commented on PR #45411: URL: https://github.com/apache/spark/pull/45411#issuecomment-1989688316 Merged to master. -- 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

Re: [PR] [SPARK-47309][SQL][XML] Add schema inference unit tests [spark]

2024-03-11 Thread via GitHub
shujingyang-db commented on code in PR #45411: URL: https://github.com/apache/spark/pull/45411#discussion_r1520393576 ## sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/xml/XmlInferSchemaSuite.scala: ## @@ -0,0 +1,296 @@ +/* + * Licensed to the Apache

Re: [PR] [SPARK-47309][SQL][XML] Add schema inference unit tests [spark]

2024-03-11 Thread via GitHub
shujingyang-db commented on code in PR #45411: URL: https://github.com/apache/spark/pull/45411#discussion_r1520394446 ## sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/xml/TestXmlData.scala: ## @@ -68,4 +68,444 @@ private[xml] trait TestXmlData { f(dir)

Re: [PR] [SPARK-47309][SQL][XML] Add schema inference unit tests [spark]

2024-03-11 Thread via GitHub
shujingyang-db commented on code in PR #45411: URL: https://github.com/apache/spark/pull/45411#discussion_r1520393576 ## sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/xml/XmlInferSchemaSuite.scala: ## @@ -0,0 +1,296 @@ +/* + * Licensed to the Apache

Re: [PR] [SPARK-47309][SQL][XML] Add schema inference unit tests [spark]

2024-03-08 Thread via GitHub
sandip-db commented on code in PR #45411: URL: https://github.com/apache/spark/pull/45411#discussion_r1518454561 ## sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/xml/XmlInferSchemaSuite.scala: ## @@ -0,0 +1,296 @@ +/* + * Licensed to the Apache Software