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

    https://github.com/apache/drill/pull/549#discussion_r72519606
  
    --- Diff: 
exec/java-exec/src/test/java/org/apache/drill/TestExampleQueries.java ---
    @@ -1195,4 +1195,25 @@ public void testDateImplicitCasting() throws 
Exception {
             .run();
       }
     
    -}
    \ No newline at end of file
    +  @Test // DRILL-4682
    +  public void testColumnNamesWithSchemaName() throws Exception {
    +    test("SELECT cp.`employee.json`.department_id FROM cp.`employee.json` 
ORDER BY cp.`employee.json`.department_id");
    --- End diff --
    
    Done in the new commit.


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