spark git commit: [SPARK-15192][SQL] null check for SparkSession.createDataFrame

2016-05-18 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-2.0 36acf8856 -> f5784459e [SPARK-15192][SQL] null check for SparkSession.createDataFrame ## What changes were proposed in this pull request? This PR adds null check in `SparkSession.createDataFrame`, so that we can make sure the passed

spark git commit: [SPARK-15192][SQL] null check for SparkSession.createDataFrame

2016-05-18 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 32be51fba -> ebfe3a1f2 [SPARK-15192][SQL] null check for SparkSession.createDataFrame ## What changes were proposed in this pull request? This PR adds null check in `SparkSession.createDataFrame`, so that we can make sure the passed in