PHILO-HE commented on code in PR #8445:
URL: https://github.com/apache/incubator-gluten/pull/8445#discussion_r1905018602
##########
tools/gluten-it/common/src/main/scala/org/apache/gluten/integration/action/Queries.scala:
##########
@@ -141,17 +153,18 @@ object Queries {
}
private def runQuery(
- runner: QueryRunner,
- creator: TableCreator,
- session: SparkSession,
- id: String,
- desc: String,
- explain: Boolean,
- randomKillTasks: Boolean): TestResultLine = {
+ runner: QueryRunner,
+ creator: TableCreator,
+ session: SparkSession,
+ id: String,
+ desc: String,
+ explain: Boolean,
+ metricMapper: MetricMapper,
+ randomKillTasks: Boolean): TestResultLine = {
Review Comment:
Seems this is not a consistent code style. And I note there are some other
alignment changes that may be made by IDE. Can we enable spotless plugin in
gluten-it module?
--
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]