mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 16:40:35 +00:00
Before choosing a function, we prepare the arguments that can be prepared without a receiver. Preparing an argument makes its type known, which allows to choose the best overload among many possible functions. The function that prepared the argument passes the unprepared argument by mistake. Let's fix it so that it actually uses the prepared argument. Signed-off-by: Jan Ciolek <jan.ciolek@scylladb.com> Closes #14786