comphead commented on issue #2175: URL: https://github.com/apache/datafusion-comet/issues/2175#issuecomment-3230221526
related to https://github.com/apache/datafusion-comet/pull/2246#issuecomment-3228649992 @andygrove @mbutrovich it fails on ``` checkSparkAnswerAndOperator( "SELECT CAST(struct(_9, _10, _11, _12) as string) FROM tbl") ``` where _9, _10 are UINTs ``` ############ Column(_9) ############ name: _9 path: _9 max_definition_level: 1 max_repetition_level: 0 physical_type: INT32 logical_type: Int(bitWidth=8, isSigned=false) converted_type (legacy): UINT_8 compression: UNCOMPRESSED (space_saved: 0%) ############ Column(_10) ############ name: _10 path: _10 max_definition_level: 1 max_repetition_level: 0 physical_type: INT32 logical_type: Int(bitWidth=16, isSigned=false) converted_type (legacy): UINT_16 compression: UNCOMPRESSED (space_saved: 0%) ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org