soumyakanti3578 commented on code in PR #5715: URL: https://github.com/apache/hive/pull/5715#discussion_r2019521032
########## ql/src/test/queries/clientnegative/orc_drop_column.q: ########## @@ -0,0 +1,4 @@ +SET hive.exec.schema.evolution=true; +create table src_orc (key int, val string) stored as orc; +insert into src_orc values (1, "Alice"); +alter table src_orc drop column val; Review Comment: Please add a newline at EOF for this and other `.q` files -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org