liujiayi771 commented on code in PR #6503:
URL: https://github.com/apache/incubator-gluten/pull/6503#discussion_r1682571043


##########
backends-clickhouse/src/main/scala/org/apache/gluten/backendsapi/clickhouse/CHIteratorApi.scala:
##########
@@ -122,7 +122,8 @@ class CHIteratorApi extends IteratorApi with Logging with 
LogLevelUtil {
       partition: InputPartition,
       partitionSchema: StructType,
       fileFormat: ReadFileFormat,
-      metadataColumnNames: Seq[String]): SplitInfo = {
+      metadataColumnNames: Seq[String],
+      scan: BasicScanExecTransformer): SplitInfo = {

Review Comment:
   The other parameters of this method are also from the scan transformer. It 
seems a bit strange to directly pass BasicScanExecTransformer here. I think it 
would be better to add additional parameters for other fixes.



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