GitHub user zhangh43 opened a pull request:

    https://github.com/apache/incubator-hawq/pull/1156

    HAWQ-1370. Misuse of regular expressions in init_file of feature test.

    in global_init_file of feature test, we want to skip expressions which 
include file and line number, e.g.(aclchk.c:123), or (aclchk.cpp:134).
    But currently, the regular expressions is `(.*c[p]+:\d+) `which need to be 
replaced by `(.*c[p]*:\d+) `


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zhangh43/incubator-hawq hawq1370

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/1156.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1156
    
----
commit 584881b6866311b4df571f13293a088f97abbc3f
Author: hubertzhang <hubertzh...@apache.org>
Date:   2017-03-01T03:34:13Z

    HAWQ-1370. Misuse of regular expressions in init_file of feature test.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to