Yohahaha commented on PR #7476:
URL: 
https://github.com/apache/incubator-gluten/pull/7476#issuecomment-2434285317

   ```
   12:35:41  [ERROR] Failed to execute goal 
com.diffplug.spotless:spotless-maven-plugin:2.27.2:check (spotless-check) on 
project spark-sql-columnar-shims-common: The following files had format 
violations:
   12:35:41  [ERROR]     src/main/scala/org/apache/gluten/GlutenConfig.scala
   12:35:41  [ERROR]         @@ -311,7 +311,7 @@
   12:35:41  [ERROR]          
   12:35:41  [ERROR]          
··def·veloxBloomFilterMaxNumBits:·Long·=·conf.getConf(COLUMNAR_VELOX_BLOOM_FILTER_MAX_NUM_BITS)
   12:35:41  [ERROR]          
   12:35:41  [ERROR]         
-··def·castFromVarcharAddTrimNode·:·Boolean·=·conf.getConf(CAST_FROM_VARCHAR_ADD_TRIM_NODE)
   12:35:41  [ERROR]         
+··def·castFromVarcharAddTrimNode:·Boolean·=·conf.getConf(CAST_FROM_VARCHAR_ADD_TRIM_NODE)
   12:35:41  [ERROR]          
   12:35:41  [ERROR]          ··case·class·ResizeRange(min:·Int,·max:·Int)·{
   12:35:41  [ERROR]          ····assert(max·>=·min)
   12:35:41  [ERROR]         @@ -2131,9 +2131,10 @@
   12:35:41  [ERROR]          ··val·CAST_FROM_VARCHAR_ADD_TRIM_NODE·=
   12:35:41  [ERROR]          
····buildConf("spark.gluten.velox.castFromVarcharAddTrimNode")
   12:35:41  [ERROR]          ······.internal()
   12:35:41  [ERROR]         -······.doc("If·true,·will·add·a·trim·node·"·+
   12:35:41  [ERROR]         
-········"which·has·the·same·sementic·as·vanilla·Spark·to·CAST-from-varchar."·+
   12:35:41  [ERROR]         -········"Otherwise,·do·nothing.")
   12:35:41  [ERROR]         +······.doc(
   12:35:41  [ERROR]         +········"If·true,·will·add·a·trim·node·"·+
   12:35:41  [ERROR]         
+··········"which·has·the·same·sementic·as·vanilla·Spark·to·CAST-from-varchar."·+
   12:35:41  [ERROR]         +··········"Otherwise,·do·nothing.")
   12:35:41  [ERROR]          ······.booleanConf
   12:35:41  [ERROR]          ······.createWithDefault(false)
   12:35:41  [ERROR]          }
   12:35:41  [ERROR] Run 'mvn spotless:apply' to fix these violations.
   ```
   
   CH CI failed due to style check, try use `mvn spotless:apply -P 
backends-clickhouse -DskipTests` to fix.


-- 
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]

Reply via email to