liukun4515 opened a new issue, #6377: URL: https://github.com/apache/arrow-datafusion/issues/6377
### Describe the bug `create table as select` should not print the output of the `select ` cause. ``` ❯ create table f as select 1; +----------+ | Int64(1) | +----------+ | 1 | +----------+ ``` ### To Reproduce ``` ❯ create table f as select 1; +----------+ | Int64(1) | +----------+ | 1 | +----------+ ``` ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
