Caican Cai created CALCITE-6690: ----------------------------------- Summary: Refactoring the Arrow adapter type system Key: CALCITE-6690 URL: https://issues.apache.org/jira/browse/CALCITE-6690 Project: Calcite Issue Type: New Feature Components: arrow-adapter Affects Versions: 1.38.0 Reporter: Caican Cai
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. -- This message was sent by Atlassian Jira (v8.20.10#820010)