Skip to content

Conversation

@hermanschaaf
Copy link
Member

No description provided.

@hermanschaaf hermanschaaf requested a review from yevgenypats as a code owner May 19, 2023 07:51
@github-actions github-actions bot added the fix label May 19, 2023
c.Name != CqSourceNameColumn.Name &&
c.Name != CqSyncTimeColumn.Name &&
c.Name != CqIDColumn.Name &&
c.Name != CqParentIDColumn.Name {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wasn't a bug as such, but I don't see a reason to prevent CQParentIDColumn from being set to null, as in many cases it will be null

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How a parentIDColumn can be null?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For all top-level tables

@github-actions
Copy link

⏱️ Benchmark results

Comparing with 0dabfeb

  • DefaultConcurrencyDFS-2 resources/s: 10,178 ⬇️ 3.57% decrease vs. 0dabfeb
  • DefaultConcurrencyRoundRobin-2 resources/s: 11,158 ⬇️ 7.66% decrease vs. 0dabfeb
  • Glob-2 ns/op: 193.6 ⬇️ 2.84% decrease vs. 0dabfeb
  • TablesWithChildrenDFS-2 resources/s: 25,605 ⬇️ 8.40% decrease vs. 0dabfeb
  • TablesWithChildrenRoundRobin-2 resources/s: 25,490 ⬇️ 7.10% decrease vs. 0dabfeb
  • TablesWithRateLimitingDFS-2 resources/s: 28.42 ⬆️ 0.25% increase vs. 0dabfeb
  • TablesWithRateLimitingRoundRobin-2 resources/s: 836.5 ⬇️ 1.97% decrease vs. 0dabfeb

@codecov
Copy link

codecov bot commented May 19, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (0dabfeb) 47.32% compared to head (c15daeb) 47.33%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #889   +/-   ##
=======================================
  Coverage   47.32%   47.33%           
=======================================
  Files          55       55           
  Lines        5050     5049    -1     
=======================================
  Hits         2390     2390           
+ Misses       2408     2407    -1     
  Partials      252      252           
Impacted Files Coverage Δ
schema/testdata.go 46.93% <0.00%> (+0.12%) ⬆️

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

@kodiakhq kodiakhq bot merged commit 6967929 into main May 19, 2023
@kodiakhq kodiakhq bot deleted the null-tests branch May 19, 2023 10:29
kodiakhq bot pushed a commit that referenced this pull request May 21, 2023
🤖 I have created a release *beep* *boop*
---


## [3.6.0](v3.5.2...v3.6.0) (2023-05-21)


### Features

* Add precision options for dest testing ([#893](#893)) ([faacca6](faacca6))
* Refactor test options and allow skipping of nulls in lists ([#892](#892)) ([bc3c251](bc3c251))


### Bug Fixes

* Add null-row case for append-only tests ([#889](#889)) ([6967929](6967929))
* Tighter Arrow test cases ([#891](#891)) ([c7f2546](c7f2546))

---
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