Skip to content

Conversation

@candiduslynx
Copy link
Contributor

No description provided.

@candiduslynx candiduslynx requested a review from yevgenypats as a code owner May 16, 2023 16:41
@github-actions github-actions bot added the fix label May 16, 2023
@github-actions
Copy link

github-actions bot commented May 16, 2023

⏱️ Benchmark results

  • DefaultConcurrencyDFS-2 resources/s: 9,834
  • DefaultConcurrencyRoundRobin-2 resources/s: 10,937
  • Glob-2 ns/op: 291.4
  • TablesWithChildrenDFS-2 resources/s: 22,475
  • TablesWithChildrenRoundRobin-2 resources/s: 23,259
  • TablesWithRateLimitingDFS-2 resources/s: 28.43
  • TablesWithRateLimitingRoundRobin-2 resources/s: 827.3

@codecov
Copy link

codecov bot commented May 16, 2023

Codecov Report

Patch coverage: 69.23% and project coverage change: +0.01 🎉

Comparison is base (c68251c) 47.37% compared to head (246059c) 47.38%.

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              
Impacted Files Coverage Δ
schema/table.go 35.62% <69.23%> (+0.30%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor Author

@candiduslynx candiduslynx left a 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

Copy link
Contributor

@yevgenypats yevgenypats left a 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.

@candiduslynx candiduslynx requested a review from yevgenypats May 16, 2023 22:09
@kodiakhq kodiakhq bot merged commit e890385 into main May 17, 2023
@kodiakhq kodiakhq bot deleted the feat/flatten-idemp branch May 17, 2023 07:41
kodiakhq bot pushed a commit that referenced this pull request May 18, 2023
🤖 I have created a release *beep* *boop*
---


## [3.5.2](v3.5.1...v3.5.2) (2023-05-18)


### Bug Fixes

* **arrow:** `schema.Table` &lt;-&gt; `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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants