[
https://issues.apache.org/jira/browse/PHOENIX-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15051613#comment-15051613
]
James Taylor commented on PHOENIX-2299:
---------------------------------------
Thanks, [[email protected]] for checking the tests.
[~karan.singhal] - it's very important to run the unit tests after you make a
change (prior to submitting the patch). To run all the tests (which takes about
an hour on a Linux box):
{code}
mvn verify
{code}
To run a single test:
{code}
mvn test -Dtest=RuleGeneratorTest -DfailIfNoTests=false
{code}
At a minimum, you'd need to run all the tests in the module being changed.
> Support CURRENT_DATE() in Pherf data upserts
> --------------------------------------------
>
> Key: PHOENIX-2299
> URL: https://issues.apache.org/jira/browse/PHOENIX-2299
> Project: Phoenix
> Issue Type: Improvement
> Affects Versions: 4.6.0
> Reporter: James Taylor
> Assignee: Karan Singhal
> Labels: performance
> Fix For: 4.6.0, 4.7.0
>
> Attachments:
> 0001-PHOENIX-2299-Support-CURRENT_DATE-in-Pherf-data-upse.patch,
> PHOENIX-2299-Support-CURRENT_DATE_1.patch, PHOENIX-2299.3.patch
>
>
> Just replace the actual date with "NOW" in the xml. Then check the string for
> that value in the generator.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)