Skip to content

DuckDB reports DECIMAL(17,14) as column type, but mosaic expects DECIMAL => Unsupported type error #228

Closed Answered by jheer
Robert-M-Muench asked this question in Q&A
Discussion options

You must be logged in to vote

Previously Mosaic was unable to handle Decimal type values, largely because of incomplete decoding support within the Apache Arrow JS lib.

But Mosaic / vgplot v0.7.0 now supports decoding Decimal values to JS numbers! Though potentially lossy with high digit counts (JS numbers may have floating point discretization error), this allows decimal values to be processed and visualized.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jheer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants