zml1206 opened a new pull request, #9048:
URL: https://github.com/apache/incubator-gluten/pull/9048

   ## What changes were proposed in this pull request?
   Eliminate compile warning, `runAndCompare("**") {}` should be used instead 
of `runAndCompare("**")()`, but param `f` is not used, so remove it.
   ```
   [WARNING] 
/opt/gluten/backends-velox/src/test/scala/org/apache/gluten/execution/ArrowCsvScanSuite.scala:113:
 warning: [deprecation @ org.apache.gluten.execution.ArrowCsvScanSuite.<local 
ArrowCsvScanSuite>.df | 
origin=org.apache.gluten.execution.WholeStageTransformerSuite.runAndCompare | 
version=2.11.0] Adaptation of argument list by inserting () is deprecated: this 
is unlikely to be what you want.
   [WARNING]         signature: WholeStageTransformerSuite.runAndCompare(sql: 
String)(f: => Unit): org.apache.spark.sql.DataFrame
   [WARNING]   given arguments: <none>
   [WARNING]  after adaptation: WholeStageTransformerSuite.runAndCompare((): 
Unit)
   [WARNING]       runAndCompare("select languagemissing, language, id_new_col 
from student_option_schema_lm")()
   ```
   
   
   ## How was this patch tested?
   
   
   


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