sundy-li commented on issue #1064: URL: https://github.com/apache/iceberg-rust/issues/1064#issuecomment-2712896274
There are three approaches 1. Use rust nightly features [concat_idents!](https://doc.rust-lang.org/std/macro.concat_idents.html) instead 2. Use other similar crates like https://github.com/wdanilo/eval-macro 3. Expand the macro to be redundant codes Which one do we prefer ? -- 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]
