Github user ankitsinghal commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57558752
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
---
@@ -634,15 +642,19 @@ private PMetaData metaDataMutated(PName tenantId,
String tableName, long tableSe
}
}
- @Override
- public PMetaData addColumn(final PName tenantId, final String
tableName, final List<PColumn> columns, final long tableTimeStamp,
- final long tableSeqNum, final boolean isImmutableRows, final
boolean isWalDisabled, final boolean isMultitenant,
- final boolean storeNulls, final boolean isTransactional, final
long updateCacheFrequency, final long resolvedTime) throws SQLException {
- return metaDataMutated(tenantId, tableName, tableSeqNum, new
Mutator() {
+ @Override
--- End diff --
No, isNamespaceMapped parameter is added.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---