### Steps to reproduce Below format works fine: ``` - ~ - null ``` Below format doesn't work: ``` [~, null] ``` In both cases, expected list is [null, null] Note: The issue is only with null handling. It works fine for other data types.
Steps to reproduce
Below format works fine:
Below format doesn't work:
In both cases, expected list is [null, null]
Note: The issue is only with null handling. It works fine for other data types.