v.24.10Improvement

Change join_output_by_rowlist_perkey_rows_threshold to unsigned integer

Change the type of join_output_by_rowlist_perkey_rows_threshold setting type to unsigned integer. #69886 (kevinyhzou).
Changed the type of the join_output_by_rowlist_perkey_rows_threshold setting to an unsigned integer.

Why it matters

The change ensures that the join_output_by_rowlist_perkey_rows_threshold setting only accepts non-negative values, improving type safety and preventing invalid negative inputs.

How to use it

Users can set the join_output_by_rowlist_perkey_rows_threshold parameter with an unsigned integer value in their configuration or session settings as usual. No other changes in usage are required.