Open mamcx opened 1 week ago
When trying to infer the type for UNION like queries we get:
UNION
Unexpected type: (expected) (u32: U32f32: F32str: String) != (u32: U32f32: F32str: String) (inferred)
Because the check is only 'nominal' (aka: test both table_id are the same), this patch also makes a structural check.
table_id
1
Describe any testing you've done, and any testing you'd like your reviewers to do, so that you're confident that all the changes work as expected!
bots please
(doing this for unrelated reasons to this PR)
Bot test failed. Please check the workflow run for details.
Description of Changes
When trying to infer the type for
UNION
like queries we get:Because the check is only 'nominal' (aka: test both
table_id
are the same), this patch also makes a structural check.Expected complexity level and risk
1
Testing
Describe any testing you've done, and any testing you'd like your reviewers to do, so that you're confident that all the changes work as expected!