pan3793 commented on PR #54002: URL: https://github.com/apache/spark/pull/54002#issuecomment-3815281240
@cloud-fan, after [SPARK-55250](https://issues.apache.org/jira/browse/SPARK-55250) (https://github.com/apache/spark/pull/54026), `create database test_db` only prints one warning message, but this change still benefits, can we also have this PR in? ``` spark-sql (default)> create database test_db; 26/01/29 11:34:06 WARN ObjectStore: Failed to get database test_db, returning NoSuchObjectException Time taken: 0.618 seconds spark-sql (default)> ``` -- 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]
