seznam / euphoria

Euphoria is an open source Java API for creating unified big-data processing flows. It provides an engine independent programming model which can express both batch and stream transformations.
Apache License 2.0
82 stars 11 forks source link

Support for hints in operator testkit. #210

Open dmvk opened 6 years ago

dmvk commented 6 years ago

Tests covering implementation of any hint should pass on all executors, and results must be the same for case when the hint is applied and when isn't - hint cannot change semantics, because otherwise it would have to be different operator.

Also we need a clean way to assert that correct translator was used in specific executor.