[GitHub] spark pull request #21550: [SPARK-24543][SQL] Support any type as DDL string...

2018-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/21550#discussion_r196242923 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/JsonFunctionsSuite.scala --- @@ -354,8 +354,8 @@ class JsonFunctionsSuite extends QueryTest with

[GitHub] spark pull request #21550: [SPARK-24543][SQL] Support any type as DDL string...

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

[GitHub] spark pull request #21550: [SPARK-24543][SQL] Support any type as DDL string...

2018-06-13 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/21550#discussion_r195192799 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/DataType.scala --- @@ -110,6 +111,8 @@ abstract class DataType extends AbstractDataType

[GitHub] spark pull request #21550: [SPARK-24543][SQL] Support any type as DDL string...

2018-06-13 Thread MaxGekk
GitHub user MaxGekk opened a pull request: https://github.com/apache/spark/pull/21550 [SPARK-24543][SQL] Support any type as DDL string for from_json's schema ## What changes were proposed in this pull request? In the PR, I propose to support any DataType represented as DDL