Skip to content
#

trino

Here are 43 public repositories matching this topic...

ebyhr
ebyhr commented Jan 31, 2022

The current test TestCassandraConnectorTest has some issues:

  • Unrelated types in a table
    • It reduces maintainability when we want to add test cases to a type
  • The definition and data are managed in the different class
    • We need to look for the different class when we want to check the expected values
  • Less coverage in a type
    • Should test min, max, null
    • Should test DST, juli

Improve this page

Add a description, image, and links to the trino topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the trino topic, visit your repo's landing page and select "manage topics."

Learn more