ozankabak commented on PR #13805: URL: https://github.com/apache/datafusion/pull/13805#issuecomment-2550590605
I wonder if we should change `across_partitions` to an `enum`; i.e. ```rust enum PartitionValues { Uniform(Option<ScalarValue>), Heterogenous(Option<Vec<ScalarValue>>) } ``` with `Uniform` meaning that all partitions have the same value given in the payload (if known), and `Heterogenous` meaning partitions can have different constant values (each of which is given in the vector, if known). -- 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