jayzhan211 commented on PR #14617:
URL: https://github.com/apache/datafusion/pull/14617#issuecomment-2652433864

   For decimal, I think it should be the same as ScalarValue given we need to 
differentiate the precision of it
   
   ```
       Decimal128(Option<i128>, u8, i8),
       Decimal256(Option<i256>, u8, i8),
   ```


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

Reply via email to