Skip to content

Commit 3029e9b

Browse files
authored
remove unstable_encodings from vortex-bench by default (#6537)
## Does this PR closes an open issue or discussion? <!-- This helps us keep track of fixed issues and changes. --> - Closes #. ## What changes are included in this PR? running nextest on the entire workspace would bring in the unstable encodings feature from vortex-bench, and vortex-e2e would have it enabled, but not vortex-file so the test would fail. ## What is the rationale for this change? <!-- Why do you propose this change, and why did you choose this approach. This helps reviewers and other readers understand changes, creates a shared understanding of the issue and codebase, and improves their ability to work with this change and offer better suggestions. --> ## How is this change tested? <!-- Changes should be tested, we expect changes to fit in one of the following categories: 1. Verifying existing behavior is maintained. 2. For serialization related changes - Compatibility should be maintained or explicitly broken. 3. For new behavior and functionality, this helps us maintaining that desired behavior in the future. --> ## Are there any user-facing changes? <!-- Does the change affect users in what of the following ways: 1. Breaks public APIs in some way. 2. Changes the underlying behavior of one of the integrations. 3. Should some documentation be changed to reflect this change? In the case some public API is changed in a breaking way, make sure to add the appropriate label. --> Signed-off-by: Onur Satici <onur@spiraldb.com>
1 parent 33e85ff commit 3029e9b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vortex-bench/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,4 @@ vortex = { workspace = true, features = [
6262
"files",
6363
"tokio",
6464
"zstd",
65-
"unstable_encodings",
6665
] }

0 commit comments

Comments
 (0)