Github user davies commented on a diff in the pull request:

    https://github.com/apache/spark/pull/12030#discussion_r58302753
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/json/TestJsonData.scala
 ---
    @@ -214,6 +214,11 @@ private[json] trait TestJsonData {
           """{"a": {"b": 1}}""" ::
           """{"a": []}""" :: Nil)
     
    +  def doubleRecords: RDD[String] =
    +    sqlContext.sparkContext.parallelize(
    +      s"""{"a": 1${"0" * 38}, "b": 0.01, "c": 92233720368547758070, "d": 
1.01}""" ::
    --- End diff --
    
    Can we have a column that have different schema (range) on different row, 
they got merged together finally.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to