Github user samarthjain commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/189#discussion_r74310422
--- Diff:
phoenix-core/src/it/java/org/apache/phoenix/end2end/ExtendedQueryExecIT.java ---
@@ -51,7 +51,7 @@ public void testToDateFunctionBind() throws Exception {
Date date = new Date(1);
String tenantId = getOrganizationId();
- initATableValues(tenantId, getDefaultSplits(tenantId),date, ts);
+ initATableValues("aTable", tenantId,
getDefaultSplits(tenantId),date, ts, getUrl());
--- End diff --
If you need to pass the atable as name then use the static constant defined
in BaseTest.
---
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.
---