yanxinyi commented on a change in pull request #599: Create columns in SYSCAT
and fields in PTable.proto for view TTL support
URL: https://github.com/apache/phoenix/pull/599#discussion_r342321637
##########
File path:
phoenix-core/src/test/java/org/apache/phoenix/query/PhoenixTestBuilder.java
##########
@@ -368,7 +368,7 @@ public void upsertRow(int rowIndex) throws SQLException {
* for specific test requirements.
*/
public static class SchemaBuilder {
- private static final AtomicInteger TENANT_COUNTER = new
AtomicInteger(0);
+ private static final AtomicInteger TENANT_COUNTER = new
AtomicInteger(7);
Review comment:
is there a specific reason that we want to have an initial integer `7`
instead of `0`?
----------------------------------------------------------------
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]
With regards,
Apache Git Services