Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22775#discussion_r227243187
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/jsonExpressions.scala
 ---
    @@ -770,8 +776,17 @@ case class SchemaOfJson(
         factory
       }
     
    -  override def convert(v: UTF8String): UTF8String = {
    -    val dt = 
Utils.tryWithResource(CreateJacksonParser.utf8String(jsonFactory, v)) { parser 
=>
    +  @transient
    +  private lazy val json = child.eval().asInstanceOf[UTF8String]
    --- End diff --
    
    so `schem_of_json` must be used with `from_json`? I don't have a strong 
feeling to enforce it. It's also weird that users are willing to write verbose 
json literal in `from_json(..., schema = schema_of_json(...))` instead of DDL 
string.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to