rnewson commented on issue #5453:
URL: https://github.com/apache/couchdb/issues/5453#issuecomment-2703940870
```1> base64:encode(<<"foo">>).
<<"Zm9v">>
2> base64:encode([<<"foo">>]).
** exception error: an error occurred when evaluating an arithmetic
expression
in operator bsr/2```
this line;
```
base64:encode(jiffy:encode(maps:values(UnpackedBookmark))).
```
only works when jiffy:encode returns a binary.
So the sorting/limit stuff is incidental, the output of jiffy for those
inputs just happens to be represented as an iolist().
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]