Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.38.0
Description
The current Arrow adapter type system does not support the precision of time, timestamp, decimal, etc. For example, decimal will be converted to DECIMAL(19, 0) by default.
The Arrow adapter type system needs to be improved to support the precision of some sql types.