tkhurana opened a new pull request #1240: URL: https://github.com/apache/phoenix/pull/1240
When verifying from index table to data table, there were 2 issues: 1. Data table region boundary keys were not being respected so the splits were happening only on the basis of per task max size. 2. The actual index mutation map was was not being split for every task but the data row keys were being split. This caused the tool to report extra index rows which were actually false positives. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
