Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/771#discussion_r39918804
--- Diff: tajo-storage/tajo-storage-pgsql/pom.xml ---
@@ -224,10 +224,11 @@
<profiles>
<profile>
<!-- testing-postgresql-server only supports x86-64 -->
- <id>64bit-tests</id>
+ <id>64bit-intel-tests</id>
<activation>
<os>
- <arch>x86_64</arch>
+ <name>x86_64</name>
--- End diff --
As far as I know, ``name`` is intended to describe operation system name
like ``linux`` or ``mac os x``.
---
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.
---