v.23.2Improvement
Fix tupleElement to return Null for Null argument
FixtupleElementto returnNullwhen havingNullargument. Closes #45894. #45952 (flynn).
Why it matters
This fix addresses an inconsistency in thetupleElement function where it did not return Null if its argument was Null. Ensuring that the function returns Null properly improves correctness and predictability when working with nullable data in tuples.How to use it
Users do not need to change their queries. The fixed behavior oftupleElement returning Null on Null arguments is applied automatically after upgrading to the version containing this fix.