pub const BROADCAST_JOIN_BYTES_ENV: &str = "KRISHIV_BROADCAST_JOIN_BYTES";Expand description
Build-side byte ceiling under which a join is broadcast rather than
hash-shuffled, on the staged path only. See planning_session_context
for why the distributed default differs from DataFusion’s.