Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/774#discussion_r146133090 --- Diff: exec/java-exec/src/test/resources/drill-module.conf --- @@ -10,7 +10,7 @@ drill: { packages += "org.apache.drill.exec.testing", packages += "org.apache.drill.exec.rpc.user.security.testing" } - test.query.printing.silent : false, + test.query.printing.silent : false, --- End diff -- I guess change in this file is not required...
---