peanut-chenzhong commented on issue #2955: URL: https://github.com/apache/hudi/issues/2955#issuecomment-842814952
@n3nash Thanks for reply. There`s hard code log level 'ERROR' in SparkTempViewProvider so that the Info log result can`t be print.  If we remove the hard code log level, it can return "Query ran successfully!", but will be coverd by SLf4g format like below:  Because after run temp command, the log handler changed from JLineLogHandler to SLF4JBridgeHandler, this will impact some other command`s print result such as commit-rollback like I presented above yesterday. -- 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]
