Github user samarthjain commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/189#discussion_r74310182
  
    --- Diff: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/ExpFunctionEnd2EndIT.java 
---
    @@ -34,21 +34,26 @@
     /**
      * End to end tests for {@link ExpFunction}
      */
    -public class ExpFunctionEnd2EndIT extends BaseHBaseManagedTimeIT {
    +public class ExpFunctionEnd2EndIT extends BaseHBaseManagedTimeTableReuseIT 
{
     
         private static final String KEY = "key";
         private static final double ZERO = 1e-8;
    +    private String signedTableName;
    --- End diff --
    
    Same comment as before. Don't have table names as member variables as it 
makes running tests in parallel difficult. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to