Schema::try_merge
should be able to merge List of any data type with List of Null data type
#5843
Labels
Schema::try_merge
should be able to merge List of any data type with List of Null data type
#5843
Describe the bug
Schema::try_merge
should be able to merge List(any data type) and List(Null data type)To Reproduce
Expected behavior
Merge of List( data type) and List(Null) should be possible
Additional context
N/A
The text was updated successfully, but these errors were encountered: