Github user LosD commented on a diff in the pull request:
https://github.com/apache/metamodel/pull/165#discussion_r148126868
--- Diff:
core/src/main/java/org/apache/metamodel/QueryPostprocessDataContext.java ---
@@ -151,8 +157,8 @@ public DataSet executeQuery(final Query query) {
if (table != null) {
if (isMainSchemaTable(table)) {
final Object operand =
whereItem.getOperand();
- final Row row =
executePrimaryKeyLookupQuery(table, selectItems, column,
- operand);
+ final Row row =
+
executePrimaryKeyLookupQuery(table, selectItems, column, operand);
--- End diff --
Unrelated change.
---