SeaSoonKeun commented on issue #21884: URL: https://github.com/apache/doris/issues/21884#issuecomment-1639450712
try to refresh the catalog before you select the table [tuomin_test](https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-reference/Utility-Statements/REFRESH/) REFRESH CATALOG catalog_name; REFRESH DATABASE [catalog_name.]database_name; REFRESH TABLE [catalog_name.][database_name.]table_name; -- 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]
