This is an automated email from the ASF dual-hosted git repository. gangwu pushed a commit to branch parquet-1.12.4 in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
commit 75e416005f054d7c2ba182906eb18f7134cef709 Author: Gang Wu <[email protected]> AuthorDate: Sun Mar 26 15:44:26 2023 +0800 Add default surefire.argLine to fix build --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index f1da6ee64..5edd51e74 100644 --- a/pom.xml +++ b/pom.xml @@ -111,6 +111,7 @@ <!-- properties for the profiles --> <surefire.logLevel>INFO</surefire.logLevel> + <surefire.argLine></surefire.argLine> <!-- Resource intesive tests are enabled by default but disabled in the CI envrionment --> <enableResourceIntensiveTests>true</enableResourceIntensiveTests>
