[ https://issues.apache.org/jira/browse/PHOENIX-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas D'Silva updated PHOENIX-2525: ------------------------------------ Attachment: PHOENIX-2525-v3.patch [~jamestaylor] I added a call to connection.removeTable() in updateStatisticsInternal() so that the table is also removed from the client side cache, after this we don't need to call commit after calling UPDATE STATS on a transactional table in the test. I also refactored the code we use to burn a txn in order to advance the txn read pointer in transaction util and invoked it here so that the next time the transaction table is queried it fetches the latest stats. > Views on transactional tables return no rows > -------------------------------------------- > > Key: PHOENIX-2525 > URL: https://issues.apache.org/jira/browse/PHOENIX-2525 > Project: Phoenix > Issue Type: Bug > Reporter: Mujtaba Chohan > Assignee: Thomas D'Silva > Attachments: PHOENIX-2525-v2.patch, PHOENIX-2525-v3.patch, > PHOENIX-2525-wip.patch, PHOENIX-2525.patch > > > Aggregate or non-aggregate queries do not return any rows to the client for > views created over transactional table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)