Re: [I] Snapshot Testing for Integration Tests [iceberg-rust]

2025-01-01 Thread via GitHub
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

Re: [I] Snapshot Testing for Integration Tests [iceberg-rust]

2024-12-18 Thread via GitHub
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. --

Re: [I] Snapshot Testing for Integration Tests [iceberg-rust]

2024-12-15 Thread via GitHub
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

Re: [I] Snapshot Testing for Integration Tests [iceberg-rust]

2024-12-14 Thread via GitHub
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

[I] Snapshot Testing for Integration Tests [iceberg-rust]

2024-12-14 Thread via GitHub
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/