Github user ChinmaySKulkarni commented on the issue:
https://github.com/apache/phoenix/pull/297
@JamesRTaylor please review. Thanks @mujtabachohan for your initial
patches.
- Added nit changes as suggested by James on JIRA
- Rebased with master
- @ankitsinghal please check that this does not break anything related to
your recent contributions corresponding to Query Log
[PHOENIX-2715](https://issues.apache.org/jira/browse/PHOENIX-2715).
Changes are made to SYSLOG ddl statement. "KEEP_DELETED_CELLS" is by
default false now (before the default value was true).
- Ran all UTs in the that are part of PHOENIX-2715 and ran UTs that are
relevant to sys table creation and upgrade -> All passed.
---