crepererum opened a new pull request, #5442: URL: https://github.com/apache/arrow-datafusion/pull/5442
# Which issue does this PR close? \- # Rationale for this change I was implementing `ExtensionsOptions` in InfluxDB IOx and it was quite cumbersome, since you need to be very careful to keep all the `set`/`entries` methods in sync with the structure definition. So I wrote a macro that does a similar magic than the DF builtin configs. I would like to upstream this since I think it actually makes config extensions usable. # What changes are included in this PR? A new macro. # Are these changes tested? Small "does it expand" test. # Are there any user-facing changes? New macro. -- 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]
