From 33a15e8dace1f9094a01caf3fb3483e66780dcd8 Mon Sep 17 00:00:00 2001 From: Peixin Li Date: Fri, 13 Dec 2024 15:09:46 +0800 Subject: [PATCH] Workaround: Exclude cudf_log.txt in RAT check Signed-off-by: Peixin Li --- .gitignore | 1 + pom.xml | 1 + scala2.13/pom.xml | 1 + sql-plugin/pom.xml | 5 +++++ 4 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index ed8a60ec20a..cf255a30e18 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,5 @@ scalastyle-output.xml scalastyle.txt target/ cufile.log +cudf_log.txt build/*.class diff --git a/pom.xml b/pom.xml index bcfaf4f04af..dba06a7d08c 100644 --- a/pom.xml +++ b/pom.xml @@ -1645,6 +1645,7 @@ This will force full Scala code rebuild in downstream modules. default, but there are some projects that are conditionally included. --> **/target/**/* **/cufile.log + **/cudf_log.txt thirdparty/parquet-testing/** diff --git a/scala2.13/pom.xml b/scala2.13/pom.xml index e0aeb7af559..bd2c2156ca6 100644 --- a/scala2.13/pom.xml +++ b/scala2.13/pom.xml @@ -1645,6 +1645,7 @@ This will force full Scala code rebuild in downstream modules. default, but there are some projects that are conditionally included. --> **/target/**/* **/cufile.log + **/cudf_log.txt thirdparty/parquet-testing/** diff --git a/sql-plugin/pom.xml b/sql-plugin/pom.xml index 2b0a62a5b90..5af9b5bfec2 100644 --- a/sql-plugin/pom.xml +++ b/sql-plugin/pom.xml @@ -227,6 +227,11 @@ org.apache.rat apache-rat-plugin + + + **/cudf_log.txt + + org.scalatest