SemyonSinchenko opened a new pull request, #1118:
URL: https://github.com/apache/datafusion-comet/pull/1118

   ## Which issue does this PR close?
   
   Closes #1114 
   
   ## Rationale for this change
   
   Spark supports only i32 indixed arrays but Comet attempts to support both 
ListArray (i32 indexed) and LargeListArray (i64 indexed). As a result the code 
in `list.rs` contains additional complexity that is not reachable and is not 
tested anyhow.
   
   ## What changes are included in this PR?
   
   Refactoring of the `list.rs`, `ListExtract`, `GetArrayStructField` and 
`ArrayInsert` now accept only `ListArray` instead of `GenericListArray`
   
   ## How are these changes tested?
   
   All existing tests.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to