coral icon indicating copy to clipboard operation
coral copied to clipboard

trino parser decimal type get wrong scala

Open heshshark opened this issue 1 year ago • 1 comments

example:

select cast(a as decimal(38,4)) will be select cast(a as decimal(38,38))

root cause

heshshark avatar Sep 13 '23 07:09 heshshark

Trino to Coral/Rel is not yet fully supported.

wmoustafa avatar Sep 13 '23 21:09 wmoustafa