-
Notifications
You must be signed in to change notification settings - Fork 26
fix(destination): Don't duplicate tables to be removed #886
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
⏱️ Benchmark results
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #886 +/- ##
==========================================
- Coverage 47.38% 47.32% -0.06%
==========================================
Files 55 55
Lines 5044 5050 +6
==========================================
Hits 2390 2390
- Misses 2402 2408 +6
Partials 252 252
☔ View full report in Codecov by Sentry. |
hermanschaaf
left a comment
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.
The fix looks good, just one more update so the comment is in sync with the code
Co-authored-by: Herman Schaaf <hermanschaaf@gmail.com>
🤖 I have created a release *beep* *boop* --- ## [3.5.2](v3.5.1...v3.5.2) (2023-05-18) ### Bug Fixes * **arrow:** `schema.Table` <-> `arrow.Schema` conversion ([#886](#886)) ([61d98c9](61d98c9)) * **destination:** Don't duplicate tables to be removed ([#886](#886)) ([61d98c9](61d98c9)) * **tables:** Flatten stripping relations ([#884](#884)) ([e890385](e890385)) * **testing:** CQ Parent ID column should not be NotNull ([#887](#887)) ([f4aa5bc](f4aa5bc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
BEGIN_COMMIT_OVERRIDE
fix(destination): Don't duplicate tables to be removed (#886)
fix(arrow):
schema.Table<->arrow.Schemaconversion (#886)END_COMMIT_OVERRIDE