Branch: refs/heads/9.0.x
Home:
https://github.com/teiid/teiid
Commit: 9958a53a1882c6a963306c7d7056d9cd9c60d8d2
https://github.com/teiid/teiid/commit/9958a53a1882c6a963306c7d7056d9cd9c6...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2016-06-08 (Wed, 08 Jun 2016)
Changed paths:
M
connectors/translator-accumulo/src/main/java/org/teiid/translator/accumulo/AccumuloQueryVisitor.java
R
connectors/translator-accumulo/src/main/java/org/teiid/translator/accumulo/LimitProjectionIterator.java
Log Message:
-----------
TEIID-3929: Removing the LimitProjectionIterator as this will never know about null
values, because the column may not even exist in the Accumulo for this column family, with
implicit rowid you also never know if it paired with some other column or being invoked
alone (#710) (#711)