spark git commit: [SPARK-17854][SQL] rand/randn allows null/long as input seed

2016-11-06 Thread srowen
Repository: spark Updated Branches: refs/heads/master 23ce0d1e9 -> 340f09d10 [SPARK-17854][SQL] rand/randn allows null/long as input seed ## What changes were proposed in this pull request? This PR proposes `rand`/`randn` accept `null` as input in Scala/SQL and `LongType` as input in SQL.

spark git commit: [SPARK-17854][SQL] rand/randn allows null/long as input seed

2016-11-06 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.1 c42301f1e -> dcbf3fd4b [SPARK-17854][SQL] rand/randn allows null/long as input seed ## What changes were proposed in this pull request? This PR proposes `rand`/`randn` accept `null` as input in Scala/SQL and `LongType` as input in