gabotechs commented on PR #24670:
URL: https://github.com/apache/datafusion/pull/24670#issuecomment-5412518611

   🤔 there seems to be a CI failure:
   
   ```
   1. query result mismatch:
   [SQL] SELECT
       CAST(raw AS UUID),
       arrow_metadata(CAST(raw AS UUID), 'ARROW:extension:name')
   FROM (
       VALUES (
           arrow_cast(X'00010203040506070809000102030506', 
'FixedSizeBinary(16)')
       )
   ) AS uuids(raw);
   [Diff] (-expected|+actual)
   -   00010203040506070809000102030506 arrow.uuid
   +   00010203040506070809000102030506 NULL
   at 
/home/runner/work/datafusion/datafusion/datafusion/sqllogictest/test_files/cast_extension_type_metadata.slt:36
   ```
   
   Do you think it's related to this change?


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