pepijnve opened a new issue, #17392: URL: https://github.com/apache/datafusion/issues/17392
### Describe the bug Statements of the form ``` create external table foo stored as csv location 'test.csv' with order (a || b); ``` will trigger a panic due to an unchecked unwrap of a Result. This is related to the work that was done for #7317. ### To Reproduce Attempt to execute `create external table foo stored as csv location 'test.csv' with order (a || b);` ### Expected behavior The statement succeeds. ### 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
