jayzhan211 opened a new issue, #9423:
URL: https://github.com/apache/arrow-datafusion/issues/9423

   ### Is your feature request related to a problem or challenge?
   
   A follow up issue from https://github.com/apache/arrow-datafusion/pull/9393
   ```
   query error DataFusion error: Error during planning: The expression to get 
an indexed field is only valid for `List` or `Struct` types, got 
LargeList\(Field \{ name: "item", data_type: Int64, nullable: true, dict_id: 0, 
dict_is_ordered: false, metadata: \{\} \}\)
   select arrow_cast([1, 2, 3], 'LargeList(Int64)')[1];
   
   Expected:
   1
   ```
   # Note: We use 1-indexed.
   
   I want large list support for the list index too.
   
   
   ### Describe the solution you'd like
   
   Pass the test
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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]

Reply via email to