-
Notifications
You must be signed in to change notification settings - Fork 4.1k
exec: decimal encoding support for Arrow representation #37044
Copy link
Copy link
Closed
Labels
A-sql-vecSQL vectorized engineSQL vectorized engineC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-queriesSQL Queries TeamSQL Queries Team
Description
Decimal serialization is currently not supported for distributed vectorized flow execution. We just need to figure out a way to quickly encode apd.Decimals, which we can then send as a serialized arrow byte slice.
Jira issue: CRDB-4453
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-vecSQL vectorized engineSQL vectorized engineC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-queriesSQL Queries TeamSQL Queries Team