You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce integration tests for the Presto Pinot connector that run against a live Pinot cluster (via Docker image).
Add Integration tests for various Presto SQL operations as well.
Presto Component, Service, or Connector
Pinot connector
Possible Implementation
Use Pinot Docker image to spin up a cluster as part of integration tests.
Example Screenshots (if appropriate):
N/A
Context
Currently, Presto’s Pinot tests are limited to unit-style tests and do not validate against a running cluster. Integration tests will provide stronger coverage, especially for Presto SQL operations at the table level, and align with the testing practices used for other connectors.