Re: [PR] [SPARK-47867][SQL] Support variant in JSON scan. [spark]

2024-04-17 Thread via GitHub
cloud-fan closed pull request #46071: [SPARK-47867][SQL] Support variant in JSON scan. URL: https://github.com/apache/spark/pull/46071 -- 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-47867][SQL] Support variant in JSON scan. [spark]

2024-04-17 Thread via GitHub
cloud-fan commented on PR #46071: URL: https://github.com/apache/spark/pull/46071#issuecomment-2060603814 thanks, merging 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-47867][SQL] Support variant in JSON scan. [spark]

2024-04-17 Thread via GitHub
cloud-fan commented on code in PR #46071: URL: https://github.com/apache/spark/pull/46071#discussion_r1568380607 ## sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala: ## @@ -766,6 +769,17 @@ class DataFrameReader private[sql](sparkSession: SparkSession)

Re: [PR] [SPARK-47867][SQL] Support variant in JSON scan. [spark]

2024-04-16 Thread via GitHub
desmondcheongzx commented on code in PR #46071: URL: https://github.com/apache/spark/pull/46071#discussion_r1567667735 ## sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala: ## @@ -766,6 +769,17 @@ class DataFrameReader private[sql](sparkSession: SparkSession)

Re: [PR] [SPARK-47867][SQL] Support variant in JSON scan. [spark]

2024-04-16 Thread via GitHub
cloud-fan commented on code in PR #46071: URL: https://github.com/apache/spark/pull/46071#discussion_r1566814075 ## sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala: ## @@ -766,6 +769,17 @@ class DataFrameReader private[sql](sparkSession: SparkSession)

[PR] [SPARK-47867][SQL] Support variant in JSON scan. [spark]

2024-04-15 Thread via GitHub
chenhao-db opened a new pull request, #46071: URL: https://github.com/apache/spark/pull/46071 ### What changes were proposed in this pull request? This PR adds support for the variant type in the JSON scan. As part of this PR we introduce one new JSON option: