Open
Description
Describe the bug
Noticed that in logs:
ERROR: documentdb_api_internal.cursor_directory_cleanup() is not a procedure at character 6
HINT: To call a function, use SELECT.
STATEMENT: CALL documentdb_api_internal.cursor_directory_cleanup();
And, indeed, this function is being CALLed:
Environment
v0.104, any environment.
Reproduction Steps
- Run it.
- Check logs.
Expected behavior
This function is called with SELECT
, no error in logs.
Actual behavior
This function is called with CALL
, an error in the logs.
Additional context
N/A