alamb commented on issue #8366: URL: https://github.com/apache/arrow-datafusion/issues/8366#issuecomment-1834622488
Thank you @universalmind303 -- I think adding this information would be sweet (even sweeter if if we could automatically update the user guide like we do with the configuration settings here: https://github.com/apache/arrow-datafusion/blob/main/dev/update_config_docs.sh In terms of binary bloat, one thing you could do would be to add the description and examples as comments and then scrape the comments into the docs. However, that would not allow you to make the table from https://github.com/GlareDB/glaredb/pull/2178/files#diff-5465ce3e9dc3e728014534444ea0ea2be837da7e0d77d73756a2282d3f805771 Also, FYI longer term I have a plan to make it easier to include just a subset of datafusion functions (and aggregate functions), which i am tracking here: https://github.com/apache/arrow-datafusion/issues/8045, which I think can help signifiicantly (among other things the hope is to remove `BuiltInScalarFunction` (and replace with just ScalarUDF)) -- 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]
