deniskuzZ commented on code in PR #5715: URL: https://github.com/apache/hive/pull/5715#discussion_r2055993828
########## ql/src/test/queries/clientpositive/orc_drop_column.q: ########## @@ -0,0 +1,54 @@ +-- SORT_QUERY_RESULTS +set hive.cli.print.header=true; +set hive.exec.schema.evolution=false; + +drop table if exists tbl_orc; + +create external table tbl_orc(a int, b string, c int) partitioned by (d string) stored as orc; Review Comment: So drop column is not supported for ACID tables? -- 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