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).Why it matters
The change ensures that thejoin_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 thejoin_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.