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.49k stars 3.02k forks source link

Refactor `testTimestampCoercion*` in Delta Lake connector #22042

Open ebyhr opened 6 months ago

ebyhr commented 6 months ago

We should introduce TypeCoercionTestSetup record which is used in BaseIcebergConnectorTest. Also, nested types (e.g. array(array(...))) should be tested after the refactoring.

adrianna-yixin commented 6 months ago

Hi @ebyhr, I'd like to work on this issue. 🙌

PhNorberg commented 1 month ago

Hi @ebyhr . If there has been no work on this, could I give it a go?