Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LIVY-637][THRIFTSERVER] Fix NullPointerException when create databas…
…e using thriftserver ## What changes were proposed in this pull request? Spark beeline use old hive-jdbc-client doesn’t do null point ref check. So when new TRowSet, setColumes make sure column set not null. ## How was this patch tested? Connect to livy's thriftserver using spark beeline. And create/use/drop database will no longer have nullpointerexceptions after execution. ![image](https://user-images.githubusercontent.com/13825159/63147414-b0484400-c030-11e9-8d14-b22238306194.png) Author: micahzhao <[email protected]> Closes apache#200 from captainzmc/livy-637.
- Loading branch information