Eugene-Mark commented on PR #36499:
URL: https://github.com/apache/spark/pull/36499#issuecomment-1146822523

   For NUMBER(*) on Teradata, the scale is not fixed but can suit itself to 
different value, as they said, it's only constrained by `system limit`. So the 
issue for Teradata is about how to denote the scale in JDBC, maybe Teredata 
side think the value `0` is the best way to denote the `flexible` property. 
   The key is about how Spark reflect the `flexible` scale from Teredata,  
round it to integer (current practice) or reserve the fractional part with 
specified scale. 


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

Reply via email to