lgbo-ustc opened a new issue, #7455: URL: https://github.com/apache/incubator-gluten/issues/7455
### Backend CH (ClickHouse) ### Bug description [Expected behavior] and [actual behavior]. ```sql select video_id, video_id%4294967296 from t where video_id < 0 limit 100 ``` gluten results ``` -327696126396414574 4158571922 -618162455457852376 2633208872 -3394566927017852764 1959772324 -5412891668125265767 3786985625 -5022961598621687874 4055490494 -9196637723636599930 1521415046 -3284820377251682035 1190324493 ``` vanilla results ``` -3394566927017852764 -2335194972 -3284820377251682035 -3104642803 -5022961598621687874 -239476802 -5412891668125265767 -507981671 -9196637723636599930 -2773552250 -327696126396414574 -136395374 -618162455457852376 -1661758424 ``` ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs _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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
