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

[euphoria-core] #259 Hints are not runtime specific. #268

Closed mareksimunek closed 6 years ago

mareksimunek commented 6 years ago

259 first part of unifying hints

implemented

public Dataset<OUT> output(Hint... hints)

Its breaking change because withHints on Join operator no longer exists