Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres inconsistency: no implicit casting from smallint[] to numeric[] #28024

Open
Tracked by #21981
nrainer-materialize opened this issue Jul 3, 2024 · 0 comments

Comments

@nrainer-materialize
Copy link
Contributor

nrainer-materialize commented Jul 3, 2024

 SELECT ARRAY[10000::INT2, 10000::INT2] || ARRAY[10000::DECIMAL, 10000::DECIMAL];

mz

ERROR:  || does not support implicitly casting from smallint[] to numeric[]

Postgres

         ?column?          
---------------------------
 {10000,10000,10000,10000}
(1 row)
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

No branches or pull requests

1 participant