LuGuangming commented on issue #30166: URL: https://github.com/apache/doris/issues/30166#issuecomment-1911353450
Hive create table: create table HIVE_test3(id int, name string) stored as orc; insert into HIVE_test3 values(111, 'aaa'); Doris show tables: show tables;  select * from hive_test3;  -- 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]
