Skip to content

Commit

Permalink
model/x: serde_fields for transform_offset_options
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 42680cf commit 919733c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v/model/transform.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ struct transform_offset_options
: serde::
envelope<latest_offset, serde::version<0>, serde::compat_version<0>> {
bool operator==(const latest_offset&) const = default;
auto serde_fields() { return std::tie(); }
};
// A transform can either start at the latest offset, at a timestamp, or at
// some delta from the start or end of an input partition.
Expand Down

0 comments on commit 919733c

Please sign in to comment.