[GitHub] spark pull request #21722: Spark-24742: Fix NullPointerexception in Field Me...

2018-08-01 Thread kupferk
Github user kupferk commented on a diff in the pull request: https://github.com/apache/spark/pull/21722#discussion_r206950519 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/types/MetadataSuite.scala --- @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #21722: Spark-24742: Fix NullPointerexception in Field Me...

2018-07-09 Thread kupferk
Github user kupferk commented on a diff in the pull request: https://github.com/apache/spark/pull/21722#discussion_r201219153 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/Metadata.scala --- @@ -215,6 +215,8 @@ object Metadata { x.## case

[GitHub] spark pull request #21722: Spark-24742: Fix NullPointerexception in Field Me...

2018-07-05 Thread kupferk
GitHub user kupferk opened a pull request: https://github.com/apache/spark/pull/21722 Spark-24742: Fix NullPointerexception in Field Metadata ## What changes were proposed in this pull request? This pull request provides a fix for SPARK-24742: SQL Field MetaData