IanWatsons opened a new issue #2757: Doris could not 'select' or 'insert' by presto URL: https://github.com/apache/incubator-doris/issues/2757 **Describe the bug** Doris could not return the correct result when connected with presto and excute select or insert, it will throw the error "Table '$tablename' not found". **To Reproduce** 1. Use presto java client, version 0.224 2. "select * from tablename" or insert into tablename values() 3. Error: Table '$tablename' not found" **Expected behavior** Get table data **Screenshots**  
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
