rkrishn7 commented on issue #14518: URL: https://github.com/apache/datafusion/issues/14518#issuecomment-2638052626
Your solution makes sense to me @davisp! Consider using the [`$crate`](https://doc.rust-lang.org/reference/macros-by-example.html#r-macro.decl.hygiene.crate) metavariable within the macro definition. Also, it looks like the macro was removed as an export in #14188 🤔 . We'll likely want to add back the `#[macro_export]` attribute if there's use of it outside `datafusion_common`. -- 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]
