Skip to content

[CALCITE-7710] Avatica component types do not carry precision or scale - #317

Open
mihaibudiu wants to merge 1 commit into
apache:mainfrom
mihaibudiu:issue7710
Open

[CALCITE-7710] Avatica component types do not carry precision or scale#317
mihaibudiu wants to merge 1 commit into
apache:mainfrom
mihaibudiu:issue7710

Conversation

@mihaibudiu

Copy link
Copy Markdown
Contributor

Calcite types have precision and scale, even for ARRAY component types, but Avatica does not represent this information.
This information is important e.g., when converting representations to strings.
This PR introduces scale and precision information in Avatica-side types.
It will need to be complemented by a Calcite-side PR, see [CALCITE-7709]

Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant