-
Notifications
You must be signed in to change notification settings - Fork 26
fix(tables): Flatten stripping relations #884
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:
Additional details and impacted files@@ Coverage Diff @@
## main #884 +/- ##
==========================================
+ Coverage 47.37% 47.38% +0.01%
==========================================
Files 55 55
Lines 5041 5044 +3
==========================================
+ Hits 2388 2390 +2
- Misses 2401 2402 +1
Partials 252 252
☔ View full report in Codecov by Sentry. |
candiduslynx
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.
@yevgenypats now FlattenTables will strip the relations info, so, if the code calls flattening it has to treat the tables as a flat list instead of forest-like structure
yevgenypats
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.
looks good. one nit.
4363571 to
7fd6b1d
Compare
🤖 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).
No description provided.