xiedeyantu commented on PR #4723: URL: https://github.com/apache/calcite/pull/4723#issuecomment-3714326238
> This test case in Calcite has inconsistent types on both sides. I believe the types on both sides should be consistent. For example: > > ``` > select 1=any(1,2,3),4=any(1,2,3); > EXPR$0, EXPR$1 > true, false > !ok > select array[1,2,3]=any(array[1,2,3],array[4,2,3]),array[1,2,3]=any(array[1,3],array[4,2,3]); > EXPR$0, EXPR$1 > true, false > !ok > ``` > > These are currently supported. @NobiGo It can work well in pgsql, please see [this](https://onecompiler.com/postgresql/449sqhnxp). Given that Calcite also supports this format, I think it's worth adding a test to verify and resolve this Jira issue. WDYT? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
