hsyuan commented on a change in pull request #1637: [CALCITE-3571] RelBuilder#shouldMergeProject throws an exception for joins with complex conditions URL: https://github.com/apache/calcite/pull/1637#discussion_r354639596
########## File path: core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java ########## @@ -16,6 +16,8 @@ */ package org.apache.calcite.test; +import jdk.nashorn.internal.ir.annotations.Ignore; Review comment: Hmm... First time to see Ignore from nashorn, not from JUnit. ---------------------------------------------------------------- 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] With regards, Apache Git Services
