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

    https://github.com/apache/phoenix/pull/135#discussion_r46096395
  
    --- Diff: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/HashJoinIT.java ---
    @@ -873,7 +873,7 @@ public void initTable() throws Exception {
                     "    SERVER AGGREGATE INTO DISTINCT ROWS BY 
[\"I.0:NAME\"]\n" +
                     "CLIENT MERGE SORT\n" +
                     "    PARALLEL LEFT-JOIN TABLE 0\n" +
    -                "        CLIENT PARALLEL 1-WAY RANGE SCAN OVER " + 
MetaDataUtil.LOCAL_INDEX_TABLE_PREFIX + "" + JOIN_ITEM_TABLE_DISPLAY_NAME +" 
[-32768]\n" +
    +                "        CLIENT PARALLEL 1-WAY RANGE SCAN OVER " 
+JOIN_ITEM_TABLE_DISPLAY_NAME +" [-32768]\n" +
    --- End diff --
    
    Yes it's using local indexes but it's confusing because we are having same 
table name. Only difference here is index id.  
    What do you think of changing it to logical name in ExplainTable?
            buf.append("OVER " + 
tableRef.getTable().getPhysicalName().getString());


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