-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-9464][SQL] Property checks for UTF8String #7830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's used to compare levenshteinDistance between UTF8String and StringUtils
|
Test build #39226 has finished for PR 7830 at commit
|
|
cc @davies for review |
|
lgtm, only one comment |
|
Thanks, I will update the code now. |
|
Test build #39313 has finished for PR 7830 at commit
|
…in sql expressions JIRA: https://issues.apache.org/jira/browse/SPARK-9526 This PR is a follow up of #7830, aiming at utilizing randomized tests to reveal more potential bugs in sql expression. Author: Yijie Shen <[email protected]> Closes #7855 from yjshen/property_check. (cherry picked from commit b265e28) Signed-off-by: Josh Rosen <[email protected]>
…in sql expressions JIRA: https://issues.apache.org/jira/browse/SPARK-9526 This PR is a follow up of #7830, aiming at utilizing randomized tests to reveal more potential bugs in sql expression. Author: Yijie Shen <[email protected]> Closes #7855 from yjshen/property_check.
This PR is based on the original work by @JoshRosen in #7780, which adds ScalaCheck property-based tests for UTF8String.