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;
   
![image](https://github.com/apache/doris/assets/71873108/004ffd80-5cef-4e48-8b1c-473f138e929d)
   select * from hive_test3;
   
![image](https://github.com/apache/doris/assets/71873108/cb866368-c907-48d1-bc4e-097fbe9fc912)
   


-- 
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]

Reply via email to