-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Dataframe supports except and update readme #1261
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
|
@xudong963 looks like tests are failing |
Yes, after #1259 merging, I'll rebase this PR and the test will pass. |
|
The ticket has been done! |
| task.await.expect("task completed successfully"); | ||
| } | ||
|
|
||
| #[tokio::test] |
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.
do you want to add integration comparison test with psql as well?
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.
I am a little confused about if current test is enough. If we plan to add integration comparison test with psql, I want to know where to add and if there is an example.
|
Fix conflicts. |
|
@jimexist could you take a final look? |
|
we should be good to release 6.0 after this is merged. |
|
thanks @xudong963 ! |
Which issue does this PR close?
Closes #1082
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?