CodeCooker17 commented on PR #20622:
URL: https://github.com/apache/doris/pull/20622#issuecomment-1696724291

   create EXTERNAL TABLE `auto_user_gender_tag_v2_external`(
     `case_id` bigint,
     `tag_id` string,
     `tag_value` string
   )
   ENGINE=hive
   properties
   (
   "database" = "dm_dmp",
   "table" = "auto_user_gender_tag_v2",
   "hive.metastore.uris" = "****",
   "hive.version" = "2.1.2"
   );


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to