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.21k stars 2.94k forks source link

Refactor `testTimestampCoercion*` in Delta Lake connector #22042

Open ebyhr opened 4 months ago

ebyhr commented 4 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 4 months ago

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