amousavigourabi commented on code in PR #1253:
URL: https://github.com/apache/parquet-mr/pull/1253#discussion_r1451731841
##########
pom.xml:
##########
@@ -716,8 +718,13 @@
<!-- Profile for CI tests to have less output -->
<profile>
<id>ci-test</id>
+ <activation>
+ <property>
+ <name>ci-test-profile</name>
Review Comment:
Generally, when you run `mvn test` you do not need the immense amount of low
level logs provided now. It makes more sense for them to be opt-in. As for the
other question, luckily these settings do work locally.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]