-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scylla: Remove most uses of fallback SerializeRow impls
There are fallback implementations of SerializeRow for LegacySerializedValues provided to help users transition to new traits. This commit updates most of the code that uses those implementations, so that removing them in the future is easier. Uses that are not removed: - Session::batch: will be removed when batches are switched to new API - value_tests::map_value_list: will be removed while removing LegacySerializedValues - serialize/row.rs tests: will be removed while removing LegacySerializedValues
- Loading branch information
Showing
2 changed files
with
8 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters