xudong963 opened a new issue, #17498: URL: https://github.com/apache/datafusion/issues/17498
``` > set datafusion.explain.format = indnet; 0 row(s) fetched. Elapsed 0.002 seconds. > set datafusion.explain.format = indent; 0 row(s) fetched. Elapsed 0.002 seconds. ``` The `indnet` doesn't belong to `format`, obviously, it's a wrong value. But I didn't get any hints for it. --- It'll be great UX if we can give some hints for the wrong config values. -- 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]
