- Notifications
You must be signed in to change notification settings - Fork63
refactor: fix agg_ops.DiffOp for Datetime and Timestamp#2296
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
d45df3f tofe3c7c1Comparefe3c7c1 to1eaa3e3Compare| snapshot.assert_match(sql,"out.sql") | ||
| deftest_diff(scalar_types_df:bpd.DataFrame,snapshot): |
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.
Could you parameterize this test on the column name?go/tott/726
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.
Fixed. Thanks
33a211e intomainUh oh!
There was an error while loading.Please reload this page.
This change aims to fix the
test_timestamp_series_diff_aggtest failing in#2248.Fixes internal issue 417774347 🦕