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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to