924060929 commented on PR #32743:
URL: https://github.com/apache/doris/pull/32743#issuecomment-2031268185

   add a udf test case? e.g.
   ```sql
   use current_db;
   create view test_view
   as
   select other_db.my_udf(col)
   from other_db.tbl
   ```


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