yanxinyi opened a new pull request #439: PHOENIX-2265 Disallow creation of view over HBase table if PK not spe… URL: https://github.com/apache/phoenix/pull/439 We currently allow a Phoenix view to be defined over an HBase table without specifying a primary key. Fixed bug by adding pk check at CreateTableCompiler.compile. If no PK specified, it will throw a PK missing exception error.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
