[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-03-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20649 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-03-11 Thread xysun
Github user xysun commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r173682838 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/StructType.scala --- @@ -271,7 +271,9 @@ case class StructType(fields: Array[StructField])

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-03-07 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r173071330 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/StructType.scala --- @@ -271,7 +271,9 @@ case class StructType(fields:

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-03-04 Thread xysun
Github user xysun commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r172104069 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/StructType.scala --- @@ -284,7 +286,8 @@ case class StructType(fields: Array[StructField])

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-03-04 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r172086269 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/StructType.scala --- @@ -284,7 +286,8 @@ case class StructType(fields:

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-03-04 Thread xysun
Github user xysun commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r172084508 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/StructType.scala --- @@ -284,7 +286,8 @@ case class StructType(fields: Array[StructField])

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-03-04 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r172080837 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/StructType.scala --- @@ -284,7 +286,8 @@ case class StructType(fields:

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-02-28 Thread xysun
Github user xysun commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r171182128 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StructTypeSuite.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-02-28 Thread xysun
Github user xysun commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r171181994 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StructTypeSuite.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-02-28 Thread xysun
Github user xysun commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r171182024 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StructTypeSuite.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-02-25 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r170452170 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StructTypeSuite.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-02-23 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r170265519 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StructTypeSuite.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-02-23 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r170256168 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/StructType.scala --- @@ -297,7 +300,9 @@ case class StructType(fields:

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-02-23 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r170256000 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/StructType.scala --- @@ -271,7 +271,9 @@ case class StructType(fields:

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-02-23 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r170256107 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/StructType.scala --- @@ -284,7 +286,8 @@ case class StructType(fields:

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-02-23 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r170256030 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/StructType.scala --- @@ -284,7 +286,8 @@ case class StructType(fields:

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-02-23 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r170256385 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StructTypeSuite.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-02-22 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r169882987 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StructTypeSuite.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-02-21 Thread xysun
Github user xysun commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r169850843 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StructTypeSuite.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-02-21 Thread xysun
Github user xysun commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r169850853 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StructTypeSuite.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-02-21 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r169840682 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StructTypeSuite.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #20649: [SPARK-23462][SQL] improve missing field error me...

2018-02-21 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20649#discussion_r169840705 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StructTypeSuite.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software