spark git commit: [SPARK-23001][SQL] Fix NullPointerException when DESC a database with NULL description

2018-01-11 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.2 0d943d96b -> acab4e7a0 [SPARK-23001][SQL] Fix NullPointerException when DESC a database with NULL description ## What changes were proposed in this pull request? When users' DB description is NULL, users might hit

spark git commit: [SPARK-23001][SQL] Fix NullPointerException when DESC a database with NULL description

2018-01-11 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.3 317b0aaed -> d9a973d65 [SPARK-23001][SQL] Fix NullPointerException when DESC a database with NULL description ## What changes were proposed in this pull request? When users' DB description is NULL, users might hit

spark git commit: [SPARK-23001][SQL] Fix NullPointerException when DESC a database with NULL description

2018-01-11 Thread wenchen
Repository: spark Updated Branches: refs/heads/master a6647ffbf -> 87c98de8b [SPARK-23001][SQL] Fix NullPointerException when DESC a database with NULL description ## What changes were proposed in this pull request? When users' DB description is NULL, users might hit `NullPointerException`.