Aaaaaaron commented on a change in pull request #2056:
URL: https://github.com/apache/calcite/pull/2056#discussion_r450590436
##########
File path:
core/src/main/java/org/apache/calcite/sql/validate/implicit/TypeCoercionImpl.java
##########
@@ -535,7 +535,7 @@ public int size() {
coerced = rowTypeCoercion(scope1, node2, i, desired) || coerced;
}
Review comment:
> Add this `coerced = coerced || listCoerced;` code in line 530 is
enough, can we try to give a test case here ?
Hi @danny0405 , I've updated my PR and add a test, would you take a look?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]