linrrzqqq opened a new pull request, #63214:
URL: https://github.com/apache/doris/pull/63214

   Problem Summary:
   
   prevent failures caused by conflicting function names across test suites.
   ```text
   Exception in pythonudf_p0/test_pythonudf_mixed_params.groovy(line 242):
       sql """ DROP FUNCTION IF EXISTS py_vec_add_int(INT, INT); """
   
       // If another suite creates a function with the same name at this time, 
it will cause the test to fail.
       sql """
       CREATE FUNCTION py_vec_add_int(INT, INT)
   
   Exception:
   java.sql.SQLException: errCode = 2, detailMessage = function already exists
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to