Re: PreparedStatement update counts seemingly incorrect

2016-11-03 Thread James Taylor
It sounds like PHOENIX-3178, but if not, please file a new JIRA with a way to reproduce it. Patches are most welcome too, of course. Thanks, James On Thu, Nov 3, 2016 at 4:38 PM, Julian Jaffe wrote: > When I execute an upsert with filters through the Phoenix JDBC

PreparedStatement update counts seemingly incorrect

2016-11-03 Thread Julian Jaffe
When I execute an upsert with filters through the Phoenix JDBC connector, preparedStatement.executeUpdate returns ~2x the number of executed rows. If the upsert doesn't change the filtered columns, the number it returns is stable within a codebase (i.e. I am attempting to update 10 rows,