This is an automated email from the ASF dual-hosted git repository.
kaspersor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/metamodel.git.
from 17fc1e8 Improved HBase query building by scanning columns.
new 30095d8 Added unit test which validates the working of a query which
joins two tables and then uses a compound FilterItem in the where statement to
filter out some more results.
new 50044d0 Refactored logic which gets "applicable" filters, so it gets
the SelectItems from compound FilterItems by recursively calling the
getSelectItems method when a FilterItem has children.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/metamodel/MetaModelHelper.java | 25 +++++++-----
.../apache/metamodel/pojo/PojoDataContextTest.java | 44 ++++++++++++++++++++++
.../metamodel/pojo/{Person.java => Role.java} | 30 ++++++---------
.../metamodel/pojo/{Person.java => User.java} | 44 ++++++++++++----------
4 files changed, 94 insertions(+), 49 deletions(-)
copy pojo/src/test/java/org/apache/metamodel/pojo/{Person.java => Role.java}
(72%)
copy pojo/src/test/java/org/apache/metamodel/pojo/{Person.java => User.java}
(60%)