jonahgao commented on PR #7256:
URL: 
https://github.com/apache/arrow-datafusion/pull/7256#issuecomment-1674139111

   Thank you @2010YOUY01 .
   
   The test has been added, and the result is the same as PostgreSQL.
   
   ```sh
   psql=> select 2 * c - 1 # 856 + d + 3, d # 7 >> 4 from signed_integers order 
by 1,2;
    ?column? | ?column?
   ----------+----------
       -3328 |      128
        -822 |       64
         686 |      -16
             |      -32
   (4 rows)
   ```
   
   


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