Skip to content
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

refactor: remove conversion step in validator #25515

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

hiltontj
Copy link
Contributor

@hiltontj hiltontj commented Nov 4, 2024

The write validator now builds the row data destined for the WAL directly, vs. creating an intermediate type to hold row data.

This also extends the test in the write validator to test the new vs. existing table code paths.

Closes #25512

The write validator now builds the row data destined for the WAL
directly, vs. creating an intermediate type to hold row data.
@hiltontj hiltontj added the v3 label Nov 4, 2024
@hiltontj hiltontj self-assigned this Nov 4, 2024
hiltontj added a commit that referenced this pull request Nov 4, 2024
`cargo deny` was showing that no crate matched the advisory criteria for this [RUSTSEC advisory](https://rustsec.org/advisories/RUSTSEC-2024-0376.html), so this PR removes the ignore entry.

In addition, the `hashbrown` crate was causing a new audit failure, and updating it required that the `Zlib` license be added to our list of allowed licenses.

No issue for this, but it is blocking another PR at the moment (#25515).
@hiltontj hiltontj marked this pull request as ready for review November 4, 2024 20:05
@hiltontj hiltontj merged commit da294a2 into main Nov 4, 2024
13 checks passed
@hiltontj hiltontj deleted the hiltontj/quali-line-to-wal branch November 4, 2024 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write validator should produce Row for the WAL directly
3 participants