metegenez commented on code in PR #1684:
URL:
https://github.com/apache/datafusion-ballista/pull/1684#discussion_r3232956577
##########
ballista/core/proto/ballista.proto:
##########
@@ -88,13 +90,30 @@ message ShuffleReaderExecNode {
datafusion.Partitioning partitioning = 4;
bool broadcast = 5;
uint32 upstream_partition_count = 6;
+ // Optional coalesce metadata. Absent means "no coalesce" (legacy one-to-one
read behavior).
+ optional CoalescePlan coalesce = 7;
Review Comment:
I am planning to make this field cover broadcast as well, but i didnt want
to make the scope bigger than it should be.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]