gittihub-jpg commented on PR #4559:
URL: 
https://github.com/apache/datafusion-comet/pull/4559#issuecomment-4678704709

   My fix, commited with wrong credentials. 
   
   — added all three to CometCastSuite:
   
   - Map<Int, Float> → Map<Int, Decimal> — asserts the Incompatible reason from 
the float→decimal arm propagates out through the Map arm.
   - Map<Int, Map<Int, Int>> → Map<Int, String> — asserts a nested unsupported 
cast (inner Map→String) falls back instead of being marked supported.
   - An empty-map row (map()) added to the test data.
   
   All exercised via the V1-source-list trick to force native map reads.
   


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