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

    https://github.com/apache/phoenix/pull/154#discussion_r57993856
  
    --- Diff: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/DerivedTableIT.java ---
    @@ -241,7 +241,7 @@ public void testDerivedTableWithWhere() throws 
Exception {
                 rs = statement.executeQuery();
                 assertFalse(rs.next());
     
    -            // (offset) where
    +            // (where offset)
    --- End diff --
    
    Guess it doesn't make too much sense here to keep this (where offset) case. 
You can simply remove it, or otherwise, make it "(where) offset" which is 
essentially the same as (where offset) but is more meaningful for testing query 
flattening.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to