Jefffrey commented on issue #17498:
URL: https://github.com/apache/datafusion/issues/17498#issuecomment-3766299087

   > I initially ran:
   >
   > SET datafusion.explain.format = indnet;
   >
   > which appears to be a typo, and then:
   >
   > SET datafusion.explain.format = indent;
   >
   > Both commands return 0 row(s) fetched, which I understand is expected 
since SET statements only modify session state and don’t return results.
   
   Which version are you using? This was already fixed, see on latest main:
   
   ```sql
   > SET datafusion.explain.format = indnet;
   Invalid or Unsupported Configuration: Invalid explain format. Expected 
'indent', 'tree', 'pgjson' or 'graphviz'. Got 'indnet'
   ```
   
   This ticket is meant to go through our config options and try to ensure we 
validate as much of them upfront as possible. The `datafusion.explain.format` 
was one of the first examples of implementing this fix per the PR that kicked 
it off:
   
   - https://github.com/apache/datafusion/pull/17549


-- 
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]

Reply via email to