-
Notifications
You must be signed in to change notification settings - Fork 26
fix: Add null-row case for append-only tests #889
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
| c.Name != CqSourceNameColumn.Name && | ||
| c.Name != CqSyncTimeColumn.Name && | ||
| c.Name != CqIDColumn.Name && | ||
| c.Name != CqParentIDColumn.Name { |
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.
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
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.
How a parentIDColumn can be null?
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.
For all top-level tables
⏱️ Benchmark resultsComparing with 0dabfeb
|
Codecov ReportPatch and project coverage have no change.
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
☔ View full report in Codecov by Sentry. |
🤖 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).
No description provided.