zabetak commented on a change in pull request #1514: [CALCITE-3422] Reopen
tests in PigRelBuilderStyleTest.
URL: https://github.com/apache/calcite/pull/1514#discussion_r340530040
##########
File path:
pig/src/test/java/org/apache/calcite/test/PigRelBuilderStyleTest.java
##########
@@ -84,7 +83,6 @@ public void testScanAndFilter() throws Exception {
}
@Test
- @Ignore("CALCITE-1751")
public void testImplWithMultipleFilters() {
Review comment:
There two ways to check if the tests are still failing:
* Commit on master and wait the results of Jenkins; if not fixed rollback
the commit.
* Create a separate branch, commit there, create a new Jenkins job to follow
that branch and check after various runs if everything is good.
The second requires more effort than the time spend for this PR and I don't
have much while the first might reduce unnecessary noise to the master.
----------------------------------------------------------------
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