Re: [DISCUSS] Standardize cross client integration tests

2025-07-16 Thread Leon Lin
community! Best, Leon On Wed, Jun 11, 2025 at 5:02 PM Leon Lin wrote: > Hi all, > > Thanks for all the suggestions. I agree that a good starting point would > be to have some fixtures that can be easily reused across different > implementations. This could be a Docker image pub

Re: [DISCUSS] Standardize cross client integration tests

2025-06-11 Thread Leon Lin
st >>> - python: https://github.com/duckdb/duckdb-sqllogictest-python >>> - Maybe we can export a python binding from sqllogictest-rs directly? >>> >>> > Should we centralize the shared Docker images and test suites, or let >>> each client repo mana

Re: [DISCUSS] Standardize cross client integration tests

2025-06-09 Thread Leon Lin
statement ok >> INSERT INTO a VALUES (42, 84); >> >> query II >> SELECT * FROM a; >> >> 42 84 >> >> Basicly, we have a way to define the SQL we are using, what's resutl we >> are expecting and a way to hint. >> >> What do you thin

Re: [DISCUSS] Standardize cross client integration tests

2025-06-06 Thread Leon Lin
n > tests across its clients. I haven't been able to look further, but he > pointed me to > https://github.com/apache/arrow/tree/main/dev/archery/archery/integration > > Looking forward to this! > > Best, > Kevin Liu > > On Thu, Jun 5, 2025 at 4:56 PM Leon Lin wrote:

[DISCUSS] Standardize cross client integration tests

2025-06-05 Thread Leon Lin
contribute to moving this forward. Best, Leon Lin *References:* https://github.com/apache/iceberg-python/blob/main/tests/conftest.py#L2429 Issue: https://github.com/apache/iceberg/issues/13229 Standardize Cross Client Integration Testing <https://drive.google.com/open

Re: [VOTE][Go] Release Apache Iceberg Go v0.3.0 RC0

2025-05-21 Thread Leon Lin
+1 (non-binding) Thank you Matt for running the release! On Wed, May 21, 2025 at 10:32 AM Kevin Liu wrote: > +1 (non-binding) > > [x] Download links are valid. > [x] Checksums and signatures. > [x] LICENSE/NOTICE files exist > [x] No unexpected binary files > [x] All source files have ASF heade

[DISCUSS] Cleanup unreferenced statistics files through DropTableData

2025-02-15 Thread Leon Lin
Hi all, Recently, I came across an issue where some Puffin statistics files remain in storage after calling *dropTableData()*. The issue occurs because calling *updateStatistics()* or *updatePartitionStatistics()* on a snapshot ID that already has existing stat files commits a new metadata with t