trinodb/trino

Refactor `testTimestampCoercion*` in Delta Lake connector

Open

#22,042 opened on May 21, 2024

View on GitHub
 (2 comments) (0 reactions) (1 assignee)Java (9,113 stars) (2,678 forks)batch import
delta-lakegood first issue

Description

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

Contributor guide