Skip to content
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

Fix CustomSQL test syntax #511

Merged
merged 1 commit into from
Oct 20, 2023
Merged

Fix CustomSQL test syntax #511

merged 1 commit into from
Oct 20, 2023

Conversation

eycho-am
Copy link
Contributor

@eycho-am eycho-am commented Oct 20, 2023

Issue #, if available:

Description of changes:
CustomSQL Analyzer test was failing with Spark 3.3.0 with the error:
org.scalatest.exceptions.TestFailedException: "Column 'foo' does not exist. Did you mean one of the following? [primary.Country, primary.Address Line 1, primary.Address Line 2, primary.Address Line 3]; line 1 pos 7;
while other versions (3.1.0, 3.4.0) fails with:
"cannot resolve 'foo' given input columns: [primary.Address Line 1, primary.Address Line 2, primary.Address Line 3, primary.Country]; line 1 pos 7;
The test was checking that `foo` was in the exception, but for Spark 3.3.0 the error message showed 'foo' instead.
Modifying the test to pass for all versions

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@eycho-am eycho-am merged commit 80cd501 into awslabs:master Oct 20, 2023
1 check passed
eycho-am added a commit that referenced this pull request Oct 20, 2023
javierdlrm pushed a commit to javierdlrm/deequ that referenced this pull request Oct 31, 2023
rdsharma26 pushed a commit that referenced this pull request Nov 1, 2023
rdsharma26 pushed a commit that referenced this pull request Apr 16, 2024
rdsharma26 pushed a commit that referenced this pull request Apr 16, 2024
rdsharma26 pushed a commit that referenced this pull request Apr 16, 2024
rdsharma26 pushed a commit that referenced this pull request Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants