substrait-io / substrait-java

Apache License 2.0
77 stars 72 forks source link

handle hints for all relation types #297

Open vbarua opened 2 months ago

vbarua commented 2 months ago

A Hint POJO was added as part of https://github.com/substrait-io/substrait-java/pull/295, but was not set up for every relation. We should wire Hint handling for every relation, and even better would be a way to simplify setting the data from RelCommon across all relations.