[GitHub] spark pull request #17719: [SPARK-20431][SQL] Specify a schema by using a DD...

2017-05-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17719 --- 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

[GitHub] spark pull request #17719: [SPARK-20431][SQL] Specify a schema by using a DD...

2017-05-10 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17719#discussion_r115895776 --- Diff: python/pyspark/sql/readwriter.py --- @@ -96,14 +96,17 @@ def schema(self, schema): By specifying the schema here, the underlying data

[GitHub] spark pull request #17719: [SPARK-20431][SQL] Specify a schema by using a DD...

2017-05-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17719#discussion_r115793754 --- Diff: python/pyspark/sql/readwriter.py --- @@ -96,14 +96,17 @@ def schema(self, schema): By specifying the schema here, the underlying

[GitHub] spark pull request #17719: [SPARK-20431][SQL] Specify a schema by using a DD...

2017-04-22 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17719#discussion_r112813484 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala --- @@ -68,6 +68,18 @@ class DataFrameReader private[sql](sparkSession:

[GitHub] spark pull request #17719: [SPARK-20431][SQL] Specify a schema by using a DD...

2017-04-22 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17719#discussion_r112805934 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala --- @@ -68,6 +68,18 @@ class DataFrameReader private[sql](sparkSession:

[GitHub] spark pull request #17719: [SPARK-20431][SQL] Specify a schema by using a DD...

2017-04-22 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17719#discussion_r112805444 --- Diff: python/pyspark/sql/readwriter.py --- @@ -96,14 +96,17 @@ def schema(self, schema): By specifying the schema here, the underlying data

[GitHub] spark pull request #17719: [SPARK-20431][SQL] Specify a schema by using a DD...

2017-04-22 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17719#discussion_r112804550 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala --- @@ -68,6 +68,18 @@ class DataFrameReader private[sql](sparkSession:

[GitHub] spark pull request #17719: [SPARK-20431][SQL] Specify a schema by using a DD...

2017-04-22 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17719#discussion_r112804528 --- Diff: python/pyspark/sql/readwriter.py --- @@ -96,14 +96,17 @@ def schema(self, schema): By specifying the schema here, the underlying

[GitHub] spark pull request #17719: [SPARK-20431][SQL] Specify a schema by using a DD...

2017-04-21 Thread maropu
GitHub user maropu opened a pull request: https://github.com/apache/spark/pull/17719 [SPARK-20431][SQL] Specify a schema by using a DDL-formatted string ## What changes were proposed in this pull request? This pr supported a DDL-formatted string in `DataFrameReader.schema`.