TennyZhuang commented on issue #1064:
URL: https://github.com/apache/iceberg-rust/issues/1064#issuecomment-2713596239
4. Fork the crate and maintain it. (In fact, it’s likely that no work need
to be done.)
--
This is an automated message from the Apache Git Service.
To respond to the mess
TennyZhuang commented on issue #1064:
URL: https://github.com/apache/iceberg-rust/issues/1064#issuecomment-2712476091
Does the crate really need maintain? It's really easy, outputs deterministic
results, and has no runtime dependencies.
--
This is an automated message from the Apache Git
liurenjie1024 commented on issue #1064:
URL: https://github.com/apache/iceberg-rust/issues/1064#issuecomment-2713173278
> 1. iceberg-rust needs to work under stable rust, so we can't.
> 2. `eval-macro` is relatively new. Do we have any other options?
> 3. It looks like we only use `past
Xuanwo commented on issue #1064:
URL: https://github.com/apache/iceberg-rust/issues/1064#issuecomment-2712784549
> Does the crate really need maintain? It's really easy, outputs
deterministic results, and has no runtime dependencies.
Hi, I fully agree with your statements here.
Xuanwo commented on issue #1064:
URL: https://github.com/apache/iceberg-rust/issues/1064#issuecomment-2712914649
1. iceberg-rust needs to work under stable rust, so we can't.
2. `eval-macro` is relatively new. Do we have any other options?
3. It looks like we only use `paste!()` here:
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 li