liukun4515 opened a new issue, #2232:
URL: https://github.com/apache/arrow-datafusion/issues/2232

   Is it worth checking somewhere what happens with different decimal scales?
   
   Something like
   ```sql 
   select * from decimal_simple where c1 >= CAST(0.00002 as Decimal(10,8))
   ```
   
   I am not sure if the coercion to an appropriate decimal type is covered 
elsewhere
   
   _Originally posted by @alamb in 
https://github.com/apache/arrow-datafusion/pull/2200#discussion_r849775586_


-- 
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...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to