Skip to content

Commit

Permalink
m/x/tests: serde_fields for legacy_transform_offset_options_2
Browse files Browse the repository at this point in the history
Signed-off-by: Oren Leiman <oren.leiman@redpanda.com>
  • Loading branch information
oleiman committed Aug 29, 2024
1 parent 919733c commit f851dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v/model/tests/transform_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ struct legacy_transform_offset_options_2
: serde::
envelope<latest_offset, serde::version<0>, serde::compat_version<0>> {
bool operator==(const latest_offset&) const = default;
auto serde_fields() { return std::tie(); }
};
serde::variant<latest_offset, model::timestamp> position;
bool operator==(const legacy_transform_offset_options_2&) const = default;
Expand Down

0 comments on commit f851dda

Please sign in to comment.