kadirozde commented on a change in pull request #1256:
URL: https://github.com/apache/phoenix/pull/1256#discussion_r812569784



##########
File path: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/GlobalIndexOptimizationIT.java
##########
@@ -345,7 +335,7 @@ private void testOptimizationTenantSpecific(String 
dataTableName, String indexTa
                             "        CLIENT PARALLEL 1-WAY RANGE SCAN OVER " + 
indexTableName + " \\['tid1','a'\\]\n" +
                             "            SERVER FILTER BY FIRST KEY ONLY\n" +
                             "    DYNAMIC SERVER FILTER BY \\(\"" + 
dataTableName + ".K1\", \"" + dataTableName + ".K2\"\\) IN 
\\(\\(\\$\\d+.\\$\\d+, \\$\\d+.\\$\\d+\\)\\)";
-            assertTrue("Expected:\n" + expected + "\ndid not match\n" + 
actual, Pattern.matches(expected, actual));
+            //assertTrue("Expected:\n" + expected + "\ndid not match\n" + 
actual, Pattern.matches(expected, actual));

Review comment:
       Yes, it was. I will fix it




-- 
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]


Reply via email to