You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by "Ashish Mukherjee (JIRA)" <ji...@apache.org> on 2015/03/29 05:51:52 UTC

[jira] [Created] (METAMODEL-127) DISTINCT query bug

Ashish Mukherjee created METAMODEL-127:
------------------------------------------

             Summary: DISTINCT query bug
                 Key: METAMODEL-127
                 URL: https://issues.apache.org/jira/browse/METAMODEL-127
             Project: Apache MetaModel
          Issue Type: Bug
    Affects Versions: 4.3.2
         Environment: Linux
            Reporter: Ashish Mukherjee


I am using a CSV Data Context example with multiple fields - occurrences, first_name, last_name.

Running this query -
SELECT DISTINCT persons.csv.first_name FROM persons.csv

This query performs a distinct across all the three columns and not just on the column adjacent to the DISTINCT keyword.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)