u70b3 commented on issue #66079:
URL: https://github.com/apache/doris/issues/66079#issuecomment-5178511342

   Hi @Baymine, this issue has been quiet for about two weeks, so I've gone 
ahead and implemented the fix you proposed: a non-verbose `SHOW TABLES` on an 
external catalog now lists table names via `getTableNamesOrEmptyWithLock()` 
instead of `getTables()`, while keeping the name-based SHOW privilege filter. 
`SHOW FULL TABLES`, `SHOW VIEWS`, `SHOW STREAMS`, and the internal catalog keep 
the existing path.
   
   I'll open a PR shortly with unit tests covering the new path. Happy to close 
it if you already have one in progress — just let me know.


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