andygrove commented on code in PR #562:
URL: https://github.com/apache/datafusion-comet/pull/562#discussion_r1637441884
##########
spark/src/main/scala/org/apache/comet/CometSparkSessionExtensions.scala:
##########
@@ -158,28 +158,30 @@ class CometSparkSessionExtensions
// data source V1
case scanExec @ FileSourceScanExec(
HadoopFsRelation(_, partitionSchema, _, _, _:
ParquetFileFormat, _),
- _: Seq[AttributeReference],
+ attrs: Seq[_],
Review Comment:
I'm not sure either. I was just trying to keep my changes semantically
equivalent with the current code to avoid risk.
--
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]