You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by sk...@apache.org on 2021/06/14 19:51:55 UTC

[phoenix] branch master updated (d40b261 -> b6d9338)

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

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


    from d40b261  PHOENIX-6485 Clean up classpath in .py scripts
     add b6d9338  PHOENIX-6454: Add feature to SchemaTool to get the DDL in specification (Addendum) (#1233)

No new revisions were added by this update.

Summary of changes:
 .../apache/phoenix/parse/PrimaryKeyConstraint.java |  8 ++--
 .../phoenix/schema/SchemaToolSynthesisIT.java      | 48 ++++++++++++++++------
 .../it/resources/synthesis/alter_add_property.sql  |  3 +-
 .../resources/synthesis/alter_change_property.sql  |  3 +-
 .../src/it/resources/synthesis/alter_table_add.sql |  5 ++-
 .../it/resources/synthesis/alter_table_add_pk.sql  | 18 ++++++++
 .../it/resources/synthesis/alter_table_drop.sql    |  3 +-
 .../resources/synthesis/alter_table_multiple.sql   |  3 +-
 .../{drop_table.sql => drop_create_table.sql}      | 13 +++++-
 .../resources/synthesis/mismatched_entity_name.sql |  3 +-
 .../org/apache/phoenix/schema/SchemaSQLUtil.java   |  4 ++
 .../phoenix/schema/SchemaSynthesisProcessor.java   | 10 ++---
 12 files changed, 91 insertions(+), 30 deletions(-)
 copy phoenix-tools/src/it/resources/synthesis/{drop_table.sql => drop_create_table.sql} (75%)