-
- Downloads
[SPARK-20262][SQL] AssertNotNull should throw NullPointerException
## What changes were proposed in this pull request? AssertNotNull currently throws RuntimeException. It should throw NullPointerException, which is more specific. ## How was this patch tested? N/A Author: Reynold Xin <rxin@databricks.com> Closes #17573 from rxin/SPARK-20262.
Loading
Please register or sign in to comment