ozankabak opened a new pull request, #10483: URL: https://github.com/apache/datafusion/pull/10483
## Which issue does this PR close? Quick follow-on to #10404. ## Rationale for this change Now that we migrated to a consistent options syntax for external tables, we should focus on user ergonomy. I don't see a reason why we require simple namespaced option keys like `foo.bar` to require quotes. ## What changes are included in this PR? Tweaked parser logic to allow quotleess namespaced keys for the `OPTIONS` clause. ## Are these changes tested? Added a new slt test to exercise the new code path. ## Are there any user-facing changes? Increased user ergonomy. -- 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]
