thomasrebele commented on code in PR #6352: URL: https://github.com/apache/hive/pull/6352#discussion_r2931946745
########## ql/src/test/queries/clientpositive/kryo_expr_children.q: ########## @@ -0,0 +1,9 @@ +set hive.cbo.enable=false; + +CREATE TABLE tab(attr varchar(5)); + +-- test case for HIVE-29488 Review Comment: Indeed, that sounds like a good idea. I've added a test there and removed the q file test. -- 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]
