Open bobbyiliev opened 5 months ago
Looks related to some stuff I was poking at in https://github.com/MaterializeInc/materialize/pull/27318.
@bobbyiliev: Materialize might just not report the information that you need in mz_columns
to properly implement reads of the type
property today. Will need to think about this one. I bet list types are broken in the same way.
When using
map[text => text]
as type, the stored type in the state mismatches the actual type, causing the provider to try and re-create the table each time: