v.25.10Improvement
Improve joinGet error message so
ImprovejoinGeterror message so that it properly states that the number ofjoin_keysis not the same as the number ofright_table_keys. #87279 (Isak Ellmer).
Why it matters
This enhancement helps users quickly identify and understand the cause of errors related to mismatched join keys in thejoinGet function, simplifying debugging and improving usability.How to use it
No changes in usage are required. Users will receive a clearer error message automatically when the number ofjoin_keys differs from the number of right_table_keys during a joinGet operation.