cloud-fan commented on a change in pull request #27317: [SPARK-30592][SQL] 
Interval type checker for csv and json funtions
URL: https://github.com/apache/spark/pull/27317#discussion_r369514505
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/JsonFunctionsSuite.scala
 ##########
 @@ -222,33 +222,24 @@ class JsonFunctionsSuite extends QueryTest with 
SharedSparkSession {
       Row("""{"_1":"26/08/2015 18:00"}""") :: Nil)
   }
 
-  test("to_json - key types of map don't matter") {
 
 Review comment:
   I think we can remove it now. There is no unsupported types anymore. JSON 
supports all the types.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to