Github user dongjoon-hyun commented on the pull request:
https://github.com/apache/spark/pull/12340#issuecomment-210280000
It's Hive built-in function. The following is function description.
```
hive> desc function assert_true;
OK
assert_true(condition) - Throw an exception if 'condition' is not true.
Time taken: 0.022 seconds, Fetched: 1 row(s)
```
Let me find some documentation more.
By the way, when I make a UDF return NULL, it shows the same behavior.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]