alamb commented on code in PR #12822: URL: https://github.com/apache/datafusion/pull/12822#discussion_r1844138228
########## Cargo.toml: ########## @@ -48,6 +48,8 @@ members = [ "datafusion-examples", "test-utils", "benchmarks", + "datafusion/macros", + "datafusion/pre-macros" Review Comment: We don't have any custom procedural macros, but I was thinking we could / should probably vendor (copy) the `recursive` one to reduce our dependency chain -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org