Github user myui commented on the issue:
https://github.com/apache/incubator-hivemall/pull/91
@partyyoung Thank you for fixing!
@takuti Could you review this PR and merge if it's looks good to you (for
your experience as PPMC).
Here is a typical flow for merging a pull request to ASF git.
```
git checkout master
git checkout -b bug123
git pull http://repourl.git branch
git log | grep "Author" | head -1
git checkout master
git merge --squash bug123
git commit -a --author="Author <[email protected]>" --message="Close #1: fixed a
bug in xxx"
git push origin master
```
---
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.
---