This is an automated email from the ASF dual-hosted git repository.

stoty pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


    from a14551ff7a PHOENIX-7002 : Added log line for Stale Region Boundary 
Cache Exception (#1674)
     new 193b3c544b PHOENIX-6973 Add option to CREATE TABLE to skip 
verification of HBase table
     new 48d712ca41 PHOENIX-7036 Copy the Java version specific profiles for 
JVM options from HBase

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/phoenix/end2end/CreateTableIT.java  | 88 ++++++++++++++++++++++
 phoenix-core/src/main/antlr3/PhoenixSQL.g          |  6 +-
 .../org/apache/phoenix/jdbc/PhoenixStatement.java  | 26 +++++--
 .../apache/phoenix/parse/CreateTableStatement.java | 11 ++-
 .../org/apache/phoenix/parse/ParseNodeFactory.java | 54 +++++++++----
 .../org/apache/phoenix/schema/MetaDataClient.java  |  4 +-
 .../phoenix/compile/CreateTableCompilerTest.java   | 27 ++++++-
 .../phoenix/compile/PostIndexDDLCompilerTest.java  | 15 ++++
 .../phoenix/jdbc/PhoenixPreparedStatementTest.java |  1 -
 pom.xml                                            | 80 +++++++++++++++++---
 10 files changed, 270 insertions(+), 42 deletions(-)

Reply via email to