logan-keede commented on PR #16071:
URL: https://github.com/apache/datafusion/pull/16071#issuecomment-2898549810

   There was some trouble with the approach mentioned by @gabotechs.
    
    1. `FixedSizeList` does not support empty list.
    2. You cant cast Columns if they have varying size.
    
    I can try to make testcases that fulfil these constraints but that would be 
against the spirit of testing.
    
   Instead, I have made common test cases for `List` and `LargeList` and 
separated `FixedSizeList` entirely but still kept it in the same folder. with 
similar test cases where possible. 
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to