liuyongvs commented on PR #24526: URL: https://github.com/apache/flink/pull/24526#issuecomment-2123732921
@snuyanzin @MartijnVisser Why do we necessarily have to align our semantics with Snowflake? i found spark/presto/doris/max_compute all follow the semantics without duplicate. I personally still think that aligning behavior with the majority of vendors might be better, as it would not cause too much confusion for users when they switch to a different engine. Unless the behavior is very unreasonable, we should not need to change the semantics. What do you think? https://prestodb.io/docs/current/functions/array.html#array_intersect https://doris.apache.org/docs/1.2/sql-manual/sql-functions/array-functions/array_intersect/ https://www.alibabacloud.com/help/en/maxcompute/user-guide/array-intersect -- 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]
