Commit 3029e9b
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | 65 | | |
0 commit comments