[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2016-02-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8746 --- 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: [SPARK-7012][SQL] Add support for NOT NULL mod...

2016-01-13 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/8746#issuecomment-171396060 How about we close this PR for now and revisit it later? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-11-18 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/8746#issuecomment-157884801 I am not sure if we should do it now because it is still possible to have nulls in a column defined as `NOT NULL`. --- If your project is set up for it, you can reply to

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-11-17 Thread sabhyankar
Github user sabhyankar commented on a diff in the pull request: https://github.com/apache/spark/pull/8746#discussion_r45070100 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/sources/DDLTestSuite.scala --- @@ -113,4 +113,23 @@ class DDLTestSuite extends DataSourceTest with

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-11-17 Thread smola
Github user smola commented on a diff in the pull request: https://github.com/apache/spark/pull/8746#discussion_r45063997 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/sources/DDLTestSuite.scala --- @@ -113,4 +113,23 @@ class DDLTestSuite extends DataSourceTest with

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-10-14 Thread sabhyankar
Github user sabhyankar commented on the pull request: https://github.com/apache/spark/pull/8746#issuecomment-148177961 Hi @smola - Is there anything else that you need me to check for this PR? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-10-14 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/8746#discussion_r42045738 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/sources/DDLTestSuite.scala --- @@ -113,4 +113,23 @@ class DDLTestSuite extends DataSourceTest with

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-10-03 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/8746#discussion_r41085142 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DDLParser.scala --- @@ -173,13 +174,15 @@ class DDLParser(parseQuery: String

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-10-03 Thread sabhyankar
Github user sabhyankar commented on the pull request: https://github.com/apache/spark/pull/8746#issuecomment-145291397 Thanks again @cloud-fan I have pushed a new commit with the updates! --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-10-03 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/8746#discussion_r41091308 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/sources/DDLTestSuite.scala --- @@ -17,6 +17,7 @@ package org.apache.spark.sql.sources

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-10-03 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/8746#discussion_r41091305 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DDLParser.scala --- @@ -173,13 +174,15 @@ class DDLParser(parseQuery: String

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-10-03 Thread cloud-fan
Github user cloud-fan commented on the pull request: https://github.com/apache/spark/pull/8746#issuecomment-145286982 LGTM --- 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

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-10-03 Thread sabhyankar
Github user sabhyankar commented on the pull request: https://github.com/apache/spark/pull/8746#issuecomment-145284551 @smola @cloud-fan Thanks again for the review guys. I have made the additional changes that were noted. --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-10-03 Thread sabhyankar
Github user sabhyankar commented on a diff in the pull request: https://github.com/apache/spark/pull/8746#discussion_r41091143 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DDLParser.scala --- @@ -173,13 +174,15 @@ class DDLParser(parseQuery: String

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-10-03 Thread sabhyankar
Github user sabhyankar commented on a diff in the pull request: https://github.com/apache/spark/pull/8746#discussion_r41091151 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/sources/DDLTestSuite.scala --- @@ -113,4 +124,20 @@ class DDLTestSuite extends DataSourceTest with

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-10-03 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/8746#discussion_r41085131 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/sources/DDLTestSuite.scala --- @@ -113,4 +124,20 @@ class DDLTestSuite extends DataSourceTest with

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-10-02 Thread sabhyankar
Github user sabhyankar commented on the pull request: https://github.com/apache/spark/pull/8746#issuecomment-145031808 @smola Thanks for the review. I will add a test case for it and push another commit today. --- If your project is set up for it, you can reply to this email and

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-10-02 Thread sabhyankar
Github user sabhyankar commented on the pull request: https://github.com/apache/spark/pull/8746#issuecomment-145143378 @smola I have added a test case for this. Let me know if you see anything else that needs to be changed or added. --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-10-01 Thread smola
Github user smola commented on the pull request: https://github.com/apache/spark/pull/8746#issuecomment-144693706 @sabhyankar Great! The implementation looks good. Could you add a test case for it? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-09-14 Thread sabhyankar
GitHub user sabhyankar opened a pull request: https://github.com/apache/spark/pull/8746 [SPARK-7012][SQL] Add support for NOT NULL modifier for column definitions on DDLParser Add support for NOT NULL modifier for column definitions in DDLParser You can merge this pull request

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-09-14 Thread sabhyankar
Github user sabhyankar commented on the pull request: https://github.com/apache/spark/pull/8746#issuecomment-140074649 @smola I have created this PR for SPARK-7012 --- 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

[GitHub] spark pull request: [SPARK-7012][SQL] Add support for NOT NULL mod...

2015-09-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8746#issuecomment-140075775 Can one of the admins verify this patch? --- 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