Rich-T-kid commented on PR #22859:
URL: https://github.com/apache/datafusion/pull/22859#issuecomment-4763659814

   I replaced `CARDS = [20, 100, 500, 1_000]` (total distinct groups) with 
`PER_COL_CARDS = [3, 4, 5, 6]` (values per column), so cross-products stay 
below batch size and group reuse is real
   &
   I fixed trailing columns in `make_batch()` by setting `n_groups = 
per_col_card^n_cols` instead of `target_distinct`, ensuring group IDs span the 
full mixed-radix space so every column exercises all its values


-- 
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]

Reply via email to