liurenjie1024 commented on issue #803:
URL: https://github.com/apache/iceberg-rust/issues/803#issuecomment-2567254972
Thanks @feniljain for raising this. I'm fine with snapshot testing, but
currently didn't come up with a concrete example to do it.
--
This is an automated message from the
xxchan commented on issue #803:
URL: https://github.com/apache/iceberg-rust/issues/803#issuecomment-2552770382
I'm also a fan of snapshot testing. In this PR
https://github.com/apache/iceberg-rust/pull/822, I used
[`expect-test`](https://github.com/rust-analyzer/expect-test) to do it.
--
ZENOTME commented on issue #803:
URL: https://github.com/apache/iceberg-rust/issues/803#issuecomment-250914
> @ZENOTME you mentioned:
>
> > A creative idea is to support Avro format files, allowing us to create
snapshots of the entire Iceberg metadata, which can then be used for q
feniljain commented on issue #803:
URL: https://github.com/apache/iceberg-rust/issues/803#issuecomment-2543127936
@ZENOTME you mentioned:
>A creative idea is to support Avro format files, allowing us to create
snapshots of the entire Iceberg metadata, which can then be used for quick
com
feniljain opened a new issue, #803:
URL: https://github.com/apache/iceberg-rust/issues/803
Hey everyone! 👋🏻
Creating this issue to continue discussion from these messages on
possibility of using snapshot testing for integration tests:
- https://github.com/apache/iceberg-rust/pull/