Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#174] Replace a SQL query with the equivalent spark expression
This prevents a possible SQL injection error by setting alpha_threshold to something weird. It's also a bit easier to read and work with in my experience. It's more composable since you can build up the expression instead of having to write all of the SQL at once.
- Loading branch information