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.3k stars 2.97k forks source link

Convert TestMemSqlTypeMapping to use SqlDataTypeTest #6393

Closed findepi closed 2 years ago

findepi commented 3 years ago

Migrate the tests from DataTypeTest to SqlDataTypeTest.

See https://github.com/prestosql/presto/pull/6391 for example approach.

albericgenius commented 3 years ago

@findepi Could I take over this issue as my first task?

findepi commented 3 years ago

@albericgenius this is already being worked on by @Atema in https://github.com/trinodb/trino/pull/7202. It seems the primary obstacle was the CLA cc @martint

cc @hashhar

albericgenius commented 3 years ago

got you and thanks