spark git commit: [SPARK-17884][SQL] To resolve Null pointer exception when casting from empty string to interval type

2016-10-14 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.6 18b173cfc -> 745c5e70f [SPARK-17884][SQL] To resolve Null pointer exception when casting from empty string to interval type ## What changes were proposed in this pull request? This change adds a check in castToInterval method of Cast

spark git commit: [SPARK-17884][SQL] To resolve Null pointer exception when casting from empty string to interval type.

2016-10-12 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 4dcbde48d -> 5451541d1 [SPARK-17884][SQL] To resolve Null pointer exception when casting from empty string to interval type. ## What changes were proposed in this pull request? This change adds a check in castToInterval method of Cast

spark git commit: [SPARK-17884][SQL] To resolve Null pointer exception when casting from empty string to interval type.

2016-10-12 Thread rxin
Repository: spark Updated Branches: refs/heads/master 8880fd13e -> d5580ebaa [SPARK-17884][SQL] To resolve Null pointer exception when casting from empty string to interval type. ## What changes were proposed in this pull request? This change adds a check in castToInterval method of Cast