We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1dfe6 commit b157960Copy full SHA for b157960
1 file changed
src/query_farm_server_base/server.py
@@ -727,7 +727,7 @@ def do_exchange(
727
)
728
last_metadata = {"total_deleted": keys_deleted}
729
elif airport_operation == ExchangeOperation.SCALAR_FUNCTION:
730
- self.scalar_function(
+ self.exchange_scalar_function(
731
context=call_context,
732
descriptor=descriptor,
733
reader=reader,
0 commit comments