opt: M1 Macs produce different result for normalization rule cycle tests #83512
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-queries
SQL Queries Team
On M1 Macs, this test has a different output:
https://github.com/cockroachdb/cockroach/blob/5ffe3c531385bbf52e5a414addbc489279f3d535/pkg/sql/opt/norm/testdata/rules/cycle
I'm not exactly sure how this test is executed differently on M1 Macs. Is some rule firing before
NormCycleTestRel
that prevents the infinite recursion from starting? Is the M1 somehow recognizing the infinite recursion and arbitrarily halting it?See: https://reviewable.io/reviews/cockroachdb/cockroach/82877#-N5av5HC3Gp5QuRAfQAL
Jira issue: CRDB-17115
The text was updated successfully, but these errors were encountered: