Omega359 commented on issue #9098:
URL: 
https://github.com/apache/arrow-datafusion/issues/9098#issuecomment-1921586003

   Possibly related - I found this in the arrow_typeof.slt
   ```
   #TODO: arrow-rs doesn't support it yet
   #quer
   y ?
   #select arrow_cast('1', 'FixedSizeList(1, Int64)');
   #----
   #[1]
   ```
   Enabling that results in an error converting utf8 which I suspect may be 
related to what is happening here
   ```Running "arrow_typeof.slt"
   External error: query failed: DataFusion error: Error during planning: 
Cannot automatically convert Utf8 to FixedSizeList(Field { name: "item", 
data_type: Int64, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: 
{} }, 1)
   [SQL] select arrow_cast('1', 'FixedSizeList(1, Int64)');
   at test_files/arrow_typeof.slt:397
   ```


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