You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The udfclient is the program which runs inside the UDF container to communicate with the DB and run the user code
It is a performance critical part
Each print to system out and system err take time and should be avoided in a performance critical part
Acceptance Criteria
Write a test with a UDF that consume a larger input table and use the SCRIPT_OUTPUT_REDIRECT to redirect the output of the udfclient to the test and check if the output is empty (there might be a warning, as the output is small it isn't to much of a problem)
Background:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: