dengzhhu653 commented on code in PR #4276: URL: https://github.com/apache/hive/pull/4276#discussion_r1286652454
########## ql/src/test/queries/clientpositive/create_like2.q: ########## @@ -61,5 +61,46 @@ CREATE TABLE default.dbscopy LIKE default.dbs; desc formatted default.dbscopy; +CREATE TEMPORARY FUNCTION dboutput AS 'org.apache.hadoop.hive.contrib.genericudf.example.GenericUDFDBOutput'; Review Comment: What's the purpose of the test here? -- 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]
