[GitHub] incubator-hawq issue #1181: HAWQ-1398. Fixing invalid references in log stat...

2017-05-17 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1181 You should check into the apache repo. github repo is just a mirror which will keep sync-ed with the apache repo. See

[GitHub] incubator-hawq issue #1181: HAWQ-1398. Fixing invalid references in log stat...

2017-05-16 Thread kdunn-pivotal
Github user kdunn-pivotal commented on the issue: https://github.com/apache/incubator-hawq/pull/1181 Looks like my Apache user `kdunn926` does not have write permissions to this repo. @edespino ``` $ git push https://kdunn...@github.com/apache/incubator-hawq Password

[GitHub] incubator-hawq issue #1181: HAWQ-1398. Fixing invalid references in log stat...

2017-05-07 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1181 +1 --- 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

[GitHub] incubator-hawq issue #1181: HAWQ-1398. Fixing invalid references in log stat...

2017-03-22 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1181 elog supports formatting just like standard c function printf, etc. When I fixed a QD bug I modified some QD logs to use __func__. I think it will be a huge work to modify all, so I

[GitHub] incubator-hawq issue #1181: HAWQ-1398. Fixing invalid references in log stat...

2017-03-21 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1181 Maybe you could use __func__, instead of hard coding so that in case the function name is changed again.. --- If your project is set up for it, you can reply to this email and have