Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Calling count with None arguments (#768)
* Small bugfix. When arguments are None, we should use count_star * When no arguments are given to count, set argument to lit(1) so that it is similar to count_star but still enables you to select distinct=True.
- Loading branch information