trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.45k stars 3.01k forks source link

Add Iceberg tests for checking read ability from Trino for Iceberg tables created from static resources #11828

Open findinpath opened 2 years ago

findinpath commented 2 years ago

Instead of creating on the fly an Iceberg table with Trino and run queries against it, use static resources for setting up an Iceberg test environment which can be used to read Iceberg v1 / v2 tables and guard trino-iceberg plugin against regresssions.

Related discussion: https://github.com/trinodb/trino/pull/11642#discussion_r843193907

rohitemmadishetty commented 1 year ago

Hello @findinpath can you assign this issue to me. Thanks

tsafacjo commented 1 year ago

Can I take this task ? It looks like it's been on hold for a while.