orhankislal commented on code in PR #603:
URL: https://github.com/apache/madlib/pull/603#discussion_r1202316399


##########
src/ports/postgres/modules/bayes/test/bayes.sql_in:
##########
@@ -392,5 +392,17 @@ $$ language plpgsql;
 SELECT install_test_1();
 SELECT install_test_2();
 SELECT install_test_3();
-SELECT install_test_4();
-SELECT install_test_5();
+
+-- FIXME: ORCA started to fail with GP7 beta3 while accessing bayes created 
views in these tests
+m4_include(`SQLCommon.m4')
+m4_changequote(`<!', `!>')
+m4_ifdef(<!__POSTGRESQL__!>, <!!>, <!
+SET optimizer = off;
+!>)
+
+ SELECT install_test_4();

Review Comment:
   I believe they fail with beta3. Even if we compile from source, we still 
fail these tests. I don't see any connection between ORCA optimizer failing to 
create a plan (even `explain` crashes the db) and gppkg.



-- 
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: dev-unsubscr...@madlib.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to