Github user LosD commented on a diff in the pull request: https://github.com/apache/metamodel/pull/165#discussion_r148126961 --- Diff: core/src/main/java/org/apache/metamodel/QueryPostprocessDataContext.java --- @@ -216,8 +222,7 @@ public DataSet executeQuery(final Query query) { } /** - * Determines if all the select items are 'simple' meaning that they just - * represent scans of values in columns. + * Determines if all the select items are 'simple' meaning that they just represent scans of values in columns. --- End diff -- Unrelated change.
---