jorisvandenbossche commented on issue #34644: URL: https://github.com/apache/arrow/issues/34644#issuecomment-1477405158
> However, I have since learned that most existing engines (e.g. postgres, spark, etc.) will perform an unsafe cast by default For postgres, that is not what I see based on a quick test for integer overflow: ``` test_db=# SELECT CAST (10000000 AS smallint); ERROR: smallint out of range ``` -- 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]
