vbarua commented on PR #13803:
URL: https://github.com/apache/datafusion/pull/13803#issuecomment-2549828856

   @Blizzara 
   > One thing is we should consider splitting the consumer.rs into smaller 
files. It could be a separate PR to keep the diff smaller, but maybe moving all 
the static "consumer_X" functions into like consumer/relations.rs, 
consumer/expressions.rs, consumer/literals.rs and consumer/types.rs (and one 
more for utils etc) or similar? Feels like now could be a good moment to do 
that.
   
   I think it makes sense to do that, and I'm happy to own it, but I would 
prefer to do that as a followup. I structured the `consumer.rs` changes in 
order to make it easy to see that the functions I added were extracted from the 
big `from_substrait_rel` and `from_substrait_rex` switch statements.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to